Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

Configuring iOS Push Notifications

First, you need to create a new unique App ID for your app. It must be fully qualified, it can't be a wildcard ID that you've previously used.

Create new app for APNS

After creating the App ID, click the "Configure" button to begin the process of setting up a certificate. Check the "Enable for Apple Push Notification Service" checkbox and click "Configure" under development.

Configure-App-ID-for-APNS

The first thing you'll need to do is generate a certificate signing request.

Generate-Certificate-Signing-Request

Open up Keychain Access and click the "Request a Certificate from a Certificate Authority" option under the main menu.

Request-a-Certificate-From-a-Certificate-Authority

After you go through that process, you will end up with a file on disk. Upload that to the Apple developer site.

Upload-Certificate-Signing-Request

You will see the site generating a certificate, and it will be done in a few seconds.

Generating-your-Apple-Push-Notification-Certificate

Your-APNs-SSL-Certificate-has-been-generated

Download the generated certificate and open it, and it will add it to your keychain.

Download-and-install-your-apple-push-notification-certificate

New-Push-Certificate-in-the-keychain

From the Keychain Access, right click on the certificate and click "Export".

Export-Push-Certificate-from-the-Keychain

Export the certificate as a .p12 file without a password. This is the file you will upload to the Geoloqi Developer website.

Export-.p12-Certificate

On the Geoloqi developer website, upload the .p12 file to the appropriate section of your application's page.

Upload-.p12-Certificate