0

Is there any way where we can detect App 1’s notification when App2 is running in foreground or background.

Can we detect if App 1’s notification is Clicked or launched in App2 ?

2 Answers2

0

May be you can achieve by using Interactive notification.

You can track that notification is clicked or not.

Implement Interactive notification in App1 and When you tap any action of it sent another push notification to App2 to notify.

This is one solution you can achieve by different technique also.

Ekta Padaliya
  • 5,743
  • 3
  • 39
  • 51
0

Apple Push Notifications are only dispatched to the app that registered for them. You had to generate certificates related to the app in order to receive APN so it is normal that another app cannot access those notifications.

Aeradriel
  • 1,224
  • 14
  • 36