I'm having some issues with my application and resuming it after, say, receiving and reading a text.
It currently works on locked screen with no issues but when I press the start button and do something and then press back to resume the app the resuming message comes up for a few seconds, disappears and then a black screen remains for 15+ seconds and the app does not reappear.
I would say that this may be something to do with the loading time of the page but my application on start up does not have any loading time problems. I have not implemented code in the activated/deactivated sections in the App.xaml.cs so this could not be affecting it.
Anyone know what may be going wrong here? Any help would be much appreciated.
Little Update: After testing pressing the windows and back button in quick succession does work. but when you leave time for the process to die it just goes black. I tried the same tests on the sample apps and they resumed without needing any code in the app.xaml.cs