So I have an app that manages an exercise session and stores the session at the end along with fit data.
But...
When users get alerts or hit their step goals, then they are sometimes kicked out of the app as the alert shows and then have to restart from the beginning when they return. This, obviously, is not ideal!
So I'm looking in the simulator and the docs.
I'm guessing I will need to override "getGoalView" to do some clean up such as either serialising the current session to resume later or blocking the goal altogether.
Two problems;
1. That is a guess!
2. I cannot find a way to simulate the goal kicking in order to find out whether I'm even slightly correct!
Any clues?
Thanks,
G