Open the application on the specified page using Push Notification

I am looking for a way to open an application on the page that pushnotification points to. Is there a way to find out if I received any push notification when I started my application?

Thank you in advance

+4
source share
1 answer

Check the launch key keys UIApplicationLaunchOptionsRemoteNotificationKey and UIApplicationLaunchOptionsLocalNotificationKey in the UIApplicationLaunchOptionsLocalNotificationKey declaration specified in application:didFinishLaunchingWithOptions:

+6
source

Source: https://habr.com/ru/post/1334506/


All Articles