Hi
I need to run some calculation every few minutes and notify the user according to the results.
I am somewhat confused as to the options that are available to me.
I tried using a service but once the app was down it stopped running.
I saw an implementation using Alarm manager.
I thought about using Push notification to invoke the calculations (I can do it on the server). That might work in IOS as I can handle notifications in the background but on android you cant do it (as far as I saw).
What is the best way of doing it?
My app works on IOS and Android only.
Thanks
Amit