I am super new in Xamarin.iOS and I tried to find my problem and how to handle notifications but all what I got is showing an alert examples.
Just like in whatsapp once you touch the notification that you get it would open a certain ViewController with the data, I would like to do something similar. Once i get a remote notification with a text on it , I want to show that text in the main ViewController. How to do that ?
I found some similar questions but they are either in Swift or Objective-c