Apns Push Notifications Not Working on Production

iOS Push Notification - not working in production

Change the Apple Push Service .p12 certificate in the Notification provider also.

IOS not getting Push Notifications in production environment

You need to check PHP side for Push notification.Production environment you can't check push notification at your side, you need to trigger from server side -

Development Server -

ssl://gateway.sandbox.push.apple.com:2195

Production Server -

ssl://gateway.push.apple.com:2195


if you will face any issue with the port you can try with -

  • 2195
  • 2196

More details - Check this link

iOS Push Notification on Production Not Working

First Check that What is problem u have ?

You use a APN Tester software to check for notification is get or not ?
You can DownLoad APN Tester here => APN Tester for MAC

  1. Using APN Tester notification is get then Problem with your backend Backend problem.
  2. Using APN Tester Notification is not get then problem with your Certificates.

Push notification not working on production

If you use production certificate for push notifications, you need to remove .sandbox in the apns server address and if you install the app by using Xcode, generally by using run option, then the mode will be set to development and the push notifications from production environment won't be received. You need to install the app by generating the .ipa file and install in from iTunes.



Related Topics



Leave a reply



Submit