after some research on iBeacon, I had the following questions that I could not find in the extended help:
How does iBeacon awaken our app? Does it wake up our application by putting our application in the background if the application was paused?
In what background mode did iBeacon turn on our application? What can we do in this background?
How long can this background last until it pauses? When it is paused, what function was called?
How can we extend this background time if we need?
As we all know, iBeacon only wakes up our application when the region changes (input / output), but how do we restart the user application if the user is still in the same region?
Thanks in advance.
source
share