As windows phone 8 provides us with this method for programmatically terminate an app, will there be any issue while app submission if we use this in app for terminating a page while there is no backentry in the navigation history?
As windows phone 8 provides us with this method for programmatically terminate an app,
Share
There won’t be any issue in certification when using this call, but make sure you have saved all data in your app when calling this, because this call effectively kills your app immediately – ApplicationClosing even handler won’t be raised after it!