Tracking when app isn't open

Hi guys!

I’ve successfully set up an app with analytics working.
Is it possible to track with analytics when a user, who has the app installed and agreed to it, enters/exits a region even though the app isn’t open?

You can try to do a request to your server before that you call notifications.

Yup!

When the app is not running and “didEnter” or “didExit” happens, iOS will give your app ~10 seconds of execution time. You can use this time to show a notification, but also to send a request to an external server.

You might also want to check out our own Estimote Analytics: