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
  • 9

2 Answers2

2

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
  • 17,497
  • 10
  • 43
  • 64
Mukesh
  • 2,636
  • 18
  • 32
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
Rian
  • 441
  • 4
  • 18