Can anyone tell me that Is it possible to run some tasks when app is closed? Is there any service?
When app get closed I want run timer after every 10 minutes. When user change location, wanted to get latitude and longitude and if difference between old location and new location is greater than 50 than want to call web service. If I get response true than wanted to give notification that breweries found near your location.
I have tried in applicationWillTerminate method but this method is not called. I have searched for similar questions but nothing helped me.
Please tell me if it is possible than How to do this??