Question

I have faced problem in below scenario.

1) App is in background.

2) Push notification.

3) Launch app as per as push notification's text.(For the launch app i have use custom URL scheme)

Eq.I have register push notification in A.ipa and wants launch B.ipa via pushnotification.

Is it possible to launch application from Local/Push-Notification(iOS7)?

or

Is there any other way to communicate with background app and launch other app?

Thanks,

Was it helpful?

Solution

Use URLSchemes to launch another App(B) from your App(A). But B App should be registered with URL Schemes.

You can search for URL Schemes and go through the tutorials available.

OTHER TIPS

Yes, it is possible to launch application from Local/Push-Notification. Actually, this is the default behavior.

Prior to iOS7, notifications were all "verbose", meaning that the user is presented an alert view which allows him to launch the app if he wants, or to dismiss the notification, leaving the application unaware. iOS7 has introduced silent push notifications, which launch the application without user interaction.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top