Show contentpage that called local notification when notification is clicked
问题 I'm relatively new to Xamarin and have gotten to a point in my application where I want to have notifications, I'm using local notifications to show the user that they have received a message from someone in my application. While I can get the notification to show, when it clicks it either shows nothing or it "restarts" the application (takes the user back to the login page). How do I get the notification to show a set page, such as my contacts page when the notification is clicked on? 回答1: