Search code examples
apple-push-notificationsaws-pinpoint

Using one APNS push service certificate for two different AWS pinpoint instances


I have two AWS pinpoints. Each for different environment one for production, and one for development. We need separate pinpoints as we need also to test new features such as new type push notification or other custom metrics on development before pushing it to production.

I am using one APNS push certificate for both (the certificate has production and sandbox capability). I understand that Apple stated one certificate can be used only for one app. And I only use one app for it. But as mentioned above, I use two environments. My question is will there be any problem with this? Any best practice for this situation? Should I use different certificate for different pinpoint?

Regards,


Solution

  • If anyone encounter same problem. THe cause is just permission issue. It has nothing to do with using same certificate. for different environments.