OutSystems / cordova-plugin-geofence

Apache License 2.0
0 stars 10 forks source link

increase the limit of geofences #1

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 ?

Chuckytuh commented 7 years ago

@bigbossmaher you really can't increase it, given the fact that it is a limitation from iOS. What you could, and should do, is manage somehow (up to you to decide what best approach works with your application) when and how many regions you register at a given time.

Detailed information on iOS can be found here.

bigbossmaher commented 7 years ago

I have a parking app . i want to notify the user when he is close to a parking. I have 120 parking. Havr you any suggestion.

Chuckytuh commented 7 years ago

I don't know how big is the parking area but bare in mind that geofences, from both Android and iOS, have a minimum radius that might not suit your needs and depend on many factors such has gps signal quality, hardware capabilities, wifi being enabled or not and many others. See this.

bigbossmaher commented 7 years ago

Can you please tell me what are the minimum raduis for android and ios ?