cowbell / cordova-plugin-geofence

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

Increase the limit of geofences ( 100 ) - Android #221

Open bigbossmaher opened 7 years ago

bigbossmaher commented 7 years ago

i see that i can not create more then 100 geofences . how can i increase this number ?

bigbossmaher commented 7 years ago

no one can help here ?

tsubik commented 7 years ago

You cannot, this is Android limitation (ios is even smaller max 20 geofences https://github.com/cowbell/cordova-plugin-geofence/issues/15). You have to figure out some workaround for this. I'm preparing limitation notes to readme, but I have very limited to work on this plugin.

christocracy commented 7 years ago

cordova-background-geolocation supports Infinite geofences.

bigbossmaher commented 7 years ago

but it is not free.