At my app, I allow Background Mode: location
I get a notification always I pass through certain places which are stores in the app, be it backgrounded or foregrounded.
The problem is: I want the app to send notifications to me when I pass through these places even when the app is closed (terminated).
What approach should I use to get this done?
PS: I'm using CoreLocation
's CLLocationManager
to notify in foreground and in background, but closed it doesn't work.