ios - Uniquie notification for each Beacon ( more than 20 beacons) -


i'm building ios app, in wish handle more 20 ibeacons. beacons added web portal have handled app. since there ios restriction number of region monitored 20, i'm unable give different local notifications beacons in same region (having same uuid).

is there way handle this?

a few points:

  1. the 20 region limit applies number of clregion objects can registered single app. it not mean can detect 20 beacons. since each clregion object can leave major and/or minor nil (making fields wildcard), each 1 can match billions of beacons.

  2. beacon apps typically use local notifications, not push notifications.

the way set many different notifications come many different beacons this:

  1. define single wildcard region matches of beacons. (or few regions if needed background triggering).

  2. start monitoring and ranging each of these regions.

  3. in didrangebeacond:inregion callback keep flag each individual beacon see if have sent notification before. if not, set flag true , trigger local notification specific beacon's identifiers.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -