I want to navigate on specific screen on tapping notification, I tried by using alert key but it will not work after closing application. Please help me.
If you want to navigate on another app through the notification, use these methods didFinishLaunchingWithOptions: , didReceiveRemoteNotification: from your app delegate; use this example:
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
If you want to navigate on another app through the notification, use these methods didFinishLaunchingWithOptions: , didReceiveRemoteNotification: from your app delegate; use this example: