You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to phonegap and I have followed the sample code and built an iphone app using phonegap build (using Visual Studio 2015 RC phonegap tools) with this plugin. The goal is to catch the entering and exiting the vicinity of a specific beacon.
The app never asks for any permissions and doesn't show under the Location Services and also never gets the didRangeBeaconsInRegion delegate callback. I do call locationManager.requestWhenInUseAuthorization() (I tried the other variation, too).
Why is this not working? I am using the 3.3.0 plugin with phonegap 4.3.
I did notice that the plugin list only until 3.7 version of phonegap. Is that the problem?
Any ideas are greatly appreciated.
The text was updated successfully, but these errors were encountered:
I am new to phonegap and I have followed the sample code and built an iphone app using phonegap build (using Visual Studio 2015 RC phonegap tools) with this plugin. The goal is to catch the entering and exiting the vicinity of a specific beacon.
The app never asks for any permissions and doesn't show under the Location Services and also never gets the didRangeBeaconsInRegion delegate callback. I do call locationManager.requestWhenInUseAuthorization() (I tried the other variation, too).
Why is this not working? I am using the 3.3.0 plugin with phonegap 4.3.
I did notice that the plugin list only until 3.7 version of phonegap. Is that the problem?
Any ideas are greatly appreciated.
The text was updated successfully, but these errors were encountered: