Open NicoloBeltrame opened 8 years ago
Sorry to hijack, but how did you get 3.4 installed? It keeps wanting to install 3.3 and failing. Thx
Bump
Found this plugin. Works. https://github.com/255kb/cordova-plugin-bluetooth-status
@jtkeyva 3.4.0 on npm: https://www.npmjs.com/package/cordova-plugin-ibeacon
Had the same issue. You need to activate Location updates in xcode under the tab capabilities...
I have some problem too in 3.4.1 version on iOS 9.3.2. When I am using 3.3 and XCode 6. I did not have such problem. For appstore deployment, someone said that apple will not approve the app if you active location update but are not providing location service. Is there any way to fix the problem? Thanks a lot
@hkcity1111 Yes, App Store reject my app for the reason you said(Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location.) But isBluetoothEnabled method in this plugin need it. So i use cordova-plugin-bluetooth-status instead of it.
Hello Peter, I again tried the version 3.4.0 with iOS 9.3.1 and the result of the function is always false. I did the test with GapDebug.
Unfortunately I do not have a chance to do other tests.
Thank you