ios - Updating app every 10 minutes within a beacon region -


ibeacon , ios devices can update app based on didenterregion , didexitregion. how update app when it's within region. let's want update app every 10 minutes user within region. thing find ios's detection of ibeacon quite slow , unreliable if app not woken. ranging trick when app running on foreground.

i thought of scheduling localnotification every 10 minutes , post server won't run other processes in background.

any ideas on how solve problem?

in order beacon-enabled app run in background periodically, have number of options, including:

  1. beacon identifier rotation
  2. extending background ranging time 3 minutes
  3. requesting background location modes
  4. sending periodic push notifications.

i describe pros , cons of each approach in answer here: https://stackoverflow.com/a/29684731/1461050


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -