I searched for away to close Windows Phone 8 app programmatically and found 2 Ways :
1 - By throwing Exception like this:
http://blog.roboblob.com/2012/08/19/...grammatically/
Which is not suitable way and not working always.
2- By using XNA Game Exit like this:
http://blog.roboblob.com/2012/08/21/...e-application/
And I cannot use it in Windows Phone 8.
Is there is any new idea or way suitable for Windows Phone 8?

Reply With Quote


