Mobile Publishing Public iOS App - How to create Apple Push Notification Certificate (.p12)Apple Documentation: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_certificate-based_connection_to_apns Requirements: This must be done on Mac OS Step 1: Create a certificate signing request on your Mac and save the file https://developer.apple.com/help/account/create-certificates/create-a-certificate-signing-request Step 2: Create certificate on Apple Developer, save to your Mac, and export p12 certificate 1. Login to your apple account by navigating to https://developer.apple.com 2. Navigate to "Certificates": https://developer.apple.com/account/resources/certificates/list 3. Click the plus symbol next to "Certificates" 4. Under Services select the following option: Apple Push Notification service SSL (Sandbox & Production) 5. Choose the bundle id of your app 6. Upload the certificate signing request from Step 1. 7. Download the certificate (.cer) 8. Import the certificate to you Mac computer via Keychain Access (double click to open) 9. In keychain access, right click new added certificate for the bundle id and click export (choose p12 from the type). Optional: set a password and save it for step 3. 10. Save p12 file Step 3: Configure the push application record on your ServiceNow instance https://docs.servicenow.com/bundle/sandiego-mobile/page/administer/tablet-mobile-ui/task/sg-push-setup-ios.html