Is it possible to call a certain method from the AppDelegate after a push notification has been received while the app is in inactive state (Terminated)?
I know it is possible to call a method when the app is opened from the notification (eg. tapping a banner in notification center.)
I'd like to perform a small geolocation check when a push is received from my server. Is that possible and wont my app get rejected?