Actually I have the following scenario:
I want to create an app that will check the user's current location and send Apple push notifications based on the user's current location.
I know it is possible when the app is running, but I want to know, is this possible when the app is not running? Is there any way my app can send the user's current location to my web server so that it can send relevant push notifications?