iphone - Add more than 20 regions to geofencing ios -


i want add 100 of regions geofencing.(apple limit 20)any 1 have better idea it.please me.

currently im using significant location change.when significant location change,

- (void) locationmanager:(cllocationmanager *)manager didupdatetolocation:(cllocation *)newlocation fromlocation:(cllocation *)oldlocation 

method call api current location , nearest region set , add geofencing.this method works.but heard web significant location change fire depend on cell towers.if there less cell towers problem.other thing when calling api in background effect battery.

significant location changes indeed efficient way update geofences. instead of contacting api every time when significant location change occurs, keep larger list in database in phone , select list 20 closest. slc isn't based on cell tower changes, can triggered other location providers. therefore work on wifi. cell tower changes important source.

we tested slc , geofencing rigorously development of our ios library, know work.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -