1

Actually, my app getting push notification in sandbox environment but when testing on production it is not working what is the issue is anybody faced the issue

Aarif
  • 87
  • 1
  • 10

2 Answers2

1

If you are using adHoc profile that means this ipa is testing for specific team or testers (internal/external).

And when you want to submit your app to appstore you need to create Distribution certificates.

See more reference here,

https://developers.connectycube.com/ios/how-to-create-apns-certificate

https://support.magplus.com/hc/en-us/articles/203808748-iOS-Creating-a-Distribution-Certificate-and-p12-File

Rubycon
  • 18,156
  • 10
  • 49
  • 70
Mukesh Lokare
  • 2,159
  • 26
  • 38
0

Please confirm every steps creating push notification certificate for production environment.

You can follow detailed steps here:

Generate .pem file Used to setup Apple PUSH Notification

Community
  • 1
  • 1
Daniel
  • 507
  • 6
  • 22