How to navigate to a particular page when user taps on a Local Notification in Xamarin Forms app?
问题 Hi am developing a Xamarin Forms app. i have implemented local notifications in the app. When the notification has fired, upon clicking the notification it has to navigate to a particular page. In iOS project in Appdelegate.cs i wrote this method public async override void ReceivedLocalNotification(UIApplication application, UILocalNotification notification) which will fire when the user taps on the notification. here i need to navigate to a page. Here i wrote the below line of code App