How is Yuneec SDK? - sdk

Has anyone used Yuneec’s SDK or know anything about it? Building SDK for drones creates a lot of possibilities. But want to see if anyone here has experience with Yuneec before.
http://developer.yuneec.com/

Yes! Yuneec has SDK for both iOS and Android. I am currently looking into the Yuneec Android SDK to design a custom app and so far its been great! The SDK exposes a lot of features and looks like they are going to be adding a lot of exciting features soon. SDK provides APIs to control the Yuneec drones and can be customized to your needs. You can definitely check out more here https://developer.yuneec.com.

Related

Can I Use MapBox Mobile iOS and Android SDK with OpenStreetMaps?

I am developing an app that uses turn-by-turn navigation. But due to cost limitations, we cannot use MapBox using their pricing plans.
I came to know OpenStreetMaps is a good option here and also, MapBox is using OpenStreetMaps for some of its features. Has anybody used MapBox SDK to use OpenStreetMaps?
I also searched for other alternative open-source libraries that use OpenStreetMaps. Skobbler SDK was the one I found but it's no longer functional as the development is stopped.
I need help in finding a library that allows me to navigate in-app using OSM.
Please help.

Skype integration with Xamarin iOS

We are developing iOS app in Xamarin and we have one requirement to integrate O365 Skype integration. I can see there is SDK available for iOS native but couldn't find anything for Xamarin.iOS. Anyone please help me out.
What you look for is called a iOS library binding.
If someone already created it and made open-source you can look for it. If not - it is necessary to you to do a binding.
Please see reference https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/ about ios libraries bindings.

Using Google Places Api for Webservices or Google Places API for iOS

Im looking to use Places AutoComplete in my iOS applications but I am unsure of wether the Google Places API for iOS has matured enough? Im working on an application for work so I need to use a sound solution.
I've also noticed in their examples that the platform targets iOS8.1 which I think is relatively high as I need to support iOS7.1 (I know, I know). Regardless of supporting iOS7 or not, should it not be iOS8.0 not iOS8.1? The platform target is not stated anywhere else so I may be mistaken by believing that it doesnt support iOS7.
Also, Google Places for iOS is only available via CocoaPods.
There also seems to be a lot of crashes in their change logs.
So currently, the Google Places API for iOS doesnt seem suitable for my current project. Is it possible to continue to use the Google Places API for WebServices?
https://developers.google.com/places/ios-api/releases
https://developers.google.com/places/ios-api/start
I'd recommend the Google Places API for iOS. It will be easier to use, and it will be easier to take advantage of future improvements in the Places API.
The Google Places API for iOS works with iOS 7.0 and up. It's not stated very clearly in the docs, but if you dig around it's there. https://developers.google.com/places/ios-api/start says:
The Google Places API for iOS is packaged with the Google Maps SDK for
iOS.
And as the Google Maps SDK for iOS docs at https://developers.google.com/places/ios-api/start say:
With the Google Maps SDK for iOS, you can build apps that target
native 32-bit or 64-bit devices running iOS 7.0 and later.
As far as crashes go: I think you're unlikely to encounter any (keep in mind the Places API for iOS has been available for over 6 months now, lots of time for bugs to emerge and be fixed), but if you do please file a bug at https://code.google.com/p/gmaps-api-issues/ — we're keen to fix any issues you have.
All that said, either solution should work pretty well for you!

Implementation of Newaer SDK

I want to know the basic implement newaer SDK (https://www.newaer.com) in my app for iOS Devices. I could not find anything useful on SO or any where else on internet regarding the Implementation of Newaer SDK. I did a lots of R&D but could not find any solution. if anyone has worked with newaer SDK earlier that would be great. Please help. I have some basic questions on this and if you know any tutorial that would be great. My questions are:-
How to find out the unique NewaerID of my device.
With the help of Newaer SDK can we find the android SDK.
There are some other questions. Please help. Thanks in advance.
Currently the SDK for iOS can not see Android devices, however, the opposite is not true. i.e. Android can see iOS devices which are broadcasting.
NewAer is currently working on a new API which will provide this feature.
The current iOS SDK does not reveal the NewaerID of a an iOS device. The next release for iOS will include api calls to retrieve this identifier.
In terms of implementation, the best guide is to look at the sample application in the SDK bundle. If you can explain your use case a little more I may be able to help you to reach it using the existing SDKs.
just drag the newaer-sdk-proximity-ios.framework to your project,and register a app and app id in https://www.newaer.com/landing

Is it possible to adapt a linux/windows sdk for ios?

I recently started working on an iPhone app which needs connection to functions of a DVR. I found out that the DVR company provides SDKs for this but only for windows and linux.
So I wanted to ask if I can adapt one of these SDKs and use it for ios. The answer may be obvious and easy but with the little experience I have I want to ask the experts if it's possible. And if it is, what can be the main obstacles generally? Will porting the linux sdk to Mac, following the Apple Developer guide, help?
I can of course provide more details about the sdk if needed.

Resources