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.
How to navigate through notification
Ask by Anonymous User
Updated 08 Dec 2015
If you want to navigate on another app through the notification, use these methods didFinishLaunchingWithOptions: , didReceiveRemoteNotification: from your app delegate; use this example: