Hi,
Just been looking at background process functions to see if I can wake my app at a certain time each day. The only call that can switch to the app gives a prompt that must be responded to so requires user intervention. I don't want this as the app would take a measurement whilst the user was asleep.
Is there anyway of doing this?
I also have the issue that the App.Appbase class can't use Ui calls when in background but all the functions (onStop, initialView etc) by definition are defined in background. Also you can't have code in onStart() for use in foreground when it's called as background as these seem to error with undefined symbols. It would help if we can use an attribute to have different onStart() for foreground and background use!
Thoughts welcome.
Regards,
David