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