I see some unexpected things happening in the emulator.
When debugging and running the application for the first time, it Application_Launchingworks just fine. When you click the "Start" button, the event is Application_Deactivatedtriggered normally. When you click the "Back" button, the event is Application_Activatedtriggered normally.
If I click the Start button, go to my applications and launch my application, there will be no events. I would suggest that when you start the application, it starts Application_Launchingeither or Application_Activated, and another event depends on how the application was there.
Is this a problem with the emulator or do I have the wrong assumptions here?
source
share