Steven Hill
Total Post:10
Points:72
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.
I tried by using alert key but it will not work after closing application.
Please help me.
Post:214
Points:1642Re: How to navigate through notification
If you want to navigate on another app through the notification, use these methods didFinishLaunchingWithOptions: , didReceiveRemoteNotification: from your app delegate; use this example: