Click here to Skip to main content
15,888,202 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a windows phone applications with toast notifications enabled. Here in this i am getting a System.Net.WebException when user taps on toast notification only when phone is pin locked. Except this is in every case its working fine.

In my application if user taps on toast notification he will redirect to other page there we will made one service call to fetch the data. I thought this was causing the issue.

What i am thinking is when user taps on toast notification its perfectly redirecting to the targeted page, and then it is asking for the user to unlock his phone (unlock screen will appear after redirecting the page). after unlocking the phone he then redirects to the previously opened page . actually the service call is already made so it is causing the webexception.

i want to handle this situation please suggest me your ideas.

thanks a lot for all your suggestions.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900