I am having two iOS apps managed with the same backend. Can I use the same Pinpoint project to send push notifications to both apps?
There are two ways to configure notifications on Pinpoint:
- AuthKey
- Certificate
If I use the certificate, it will only send notifications to the app corresponding to this certification. There is no way to add the other certificate.
The AuthKey
is one for all apps, but we have to set a bundle ID when we configure it on Pinpoint. Will it be able to send notifications to the other app?