0

As per docs it is not possible to add more than 100 geofences per device in android.

I want to know, Is it possible to add more geofences if I have removed the previous ones.

Lets say in my app

  • Initially I have added 100 geofences.
  • Then removed them all.
  • Then added another one.

Now, the last one(after remove all added fences) will be added or not? If not, that means a device can only register 100 geofences in its lifetime. Right?

Thanks

Poras Bhardwaj
  • 1,073
  • 1
  • 15
  • 33

1 Answers1

1

Android limit is 100 geofences per app per device. So in your case, the last geofence added in third step will be added. Just take into account that adding and removing geofencing are async operations so ensure the removal has actually finished.

You may also go beyond 100 geofences limit using approach described in Adding more than 100 geofences

Finally, I work at MOCA, location-based engagement platform and we provide scalable geofencing for iOS & Android available as a SaaS service.

Community
  • 1
  • 1
OlegM
  • 106
  • 1
  • 5