cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 318 forks source link

Not working on iOS #132

Closed gaecer closed 8 years ago

gaecer commented 8 years ago

XCode Version 7.2.1 (7C1002) simulator or device (iOS 8.4, 9.2) Working on Android but on iOS I don't get any notifications!

Geofence successfully initialized Geofence successfully added (just one because I know the limit of 20) Starting monitoring for region CLCircularRegion .. radius enough (50000 where the lat and lng are my current position)

antonino-tocco commented 8 years ago

Hi gaecer, the plugin notify the enter/exit on a region. If you are yet in the location no notification are show.

Buddikazz commented 7 years ago

not woring on ios with giving radius 30000m

brijesh-p commented 6 years ago

@gaecer - pls let me know the root cause of issue, having same at my end. Thanks

gaecer commented 6 years ago

@brijesh-p I don't remember exactly now, but I think I did my own native function at the end, because this plugin is just not working well.