Posts

Post not yet marked as solved
8 Replies
Thank you for the answer! I shall try this solution and see how it goes. Also, from AppDelegate, if I were to always get through the main ViewController, is there a way for me to send, while opening it, a variable that could help me along the way? Say, if I had a property called ActionType in ViewController, would I be able to set a value for it directly from the AppDelegate, in didReceiveNotificationResponse?
Post not yet marked as solved
8 Replies
Understood. Thank you for the help!
Post not yet marked as solved
8 Replies
Thank you for answering!It does work, as I am getting the notification data in the view controller holding the observer (and from there, I can manage to direct the user to the right window), but I don't know if that's how it should be done.