Implementation of Newaer SDK - ios

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

Related

How is Yuneec 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.

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.

Scandit scanner SDK in IOS

Hey I'm new to iPhone and I have been trying to use Scandit SDK. I installed the Community FREE SDK from http://www.scandit.com/pricing/ for scanning QR Code images, and it's working fine on my application. I want to know that if i will deploy my app on Apple Store using Scandit then it will be problem in future because of Free SDK. Or for this, i need to purchase paid Enterprise SDK of $199 or $399. Please give me any suggestion.
Thanks in Advance.
you can use the free version only
if you have more suggestion for QR Code, you need some idea follow this link QR Code Scanning in ios application

Creating an SDK or API from an app to run in another app

I have been contacted by a company installing iPads in hotels, they are developing an app that has many apps with different functionality. There developer is asking for an SDK or API of our app to include in there system. i have never heard of this. Does anyone know how to go about this or if it is even possible to do?
Our app is a complex clock radio, Beautiful Clock Radio for the iPad.
Thanks Mark
Please consider the following links
Creating Static Libraries For iOS
How to build a framework or library for other developers, the
secure way?
Creating the Library
And I hope this would help you! :)

zxing barcode scanning library for blackberry

I want to implement the barcode scanner for Blackberry device higher then 5.0. As I am quite new to barcode scanning, I tried to google it and tried searching on stackoverflow. Got few samples, but quite confused.
Can anyone provide me links to get Zxing SDK for blackberry ?
The ZXing project is already built into Blackberry OS 6+. Still you may want to use a later version than the version that is included. You can of course download this from the site at http://code.google.com/p/zxing. BBOS support was discontinued in version 2.0, so you will need to use 1.7.
I think it may help you:
QRCode Implementation In My Blog
If you are not getting the code there then check this link:
barcode-code-scanning for 5.0 and 6.0
Note: It is better to read the conversations in the above link to understand well.

Resources