App Wake Up

I found a tutorial about iBeacon technology - http://mobileenterprisestrategies.blogspot.in/2014/05/how-ibeacons-work-for-indoor-location.html.

Here, blog author says - "The CLBeaconRegion class enables notifications when the iPhone detects that the range of an iBeacon has changed and this can be used to launch your App even if it was not running."

Is there any possibility for estimote beacons to wake up the app when the device in the range of a beacon, even if the app is not running in background?

Hi Ankush,

Yes, it is possible. Core Location framework for iOS has a handy feature that allows it to trigger an app to open, even if it was killed, when the smartphone enters a beacon's region. We have a guide for that right here: https://community.estimote.com/hc/en-us/articles/203253193-Launching-notifications-in-iOS-when-the-app-is-killed

Cheers.