i developing hybrid app using ionic. possible have app geolocation aware on ios platform when app not launched? know can done background service on android. can done on ios?
the core location framework can background geofencing (with user's permission). have @ core location framework reference , ray wenderlich's geofencing guide.
specifically want use region monitoring methods of cllocationmanager
.