As in subject, is BAG killed? And of course with temporary event and all callbacks (like onReceive for makeWebRequest)
As in subject, is BAG killed? And of course with temporary event and all callbacks (like onReceive for makeWebRequest)
maybe question is not precise...
Is it possible that after new version installation, new code will get data initialise from old code, for example system call onTemporary for new code initialised by old code using registerfortemporary... or systems call onRecive in New code but weReq... was in old one
Does silence mean that it is possible that the system can run the new background code after installing the application?
- app_ver_1 calls registerForTemporaryEvent
- bag_ver_1 started and waits....
- upgrade to app_ver_2
- it's time for temporal event and System calls background_ver_2.onTemporalEvent() is called
I have no idea, but I bet you could make a test: Set the background to requestApplicationWake with a certain message (whatever you want). Then, make sure the background event on your watch is set for a few minutes in the future.
Next, quickly update your app, and make the background exit with a different message. Finally, wait for the event to run.
I’m curious to know what the result is, would you let me know what you find if you get a chance?
I hope this helps,
SirLancelot
I know how to make test but it's very difficult to trigger it so I ask Garmin...
But I'm almost sure I'm right and I think it is a little bug.
is any problem to answer to my question? I'd like to publish new version and wait because maybe should add something to code.
I understand, nobody Konrad answer. No good documentation, examples and answer. No way, I have to do something and wait for errors...