This section describes how to generate an authentication key for an App ID enabled for Push Notifications. If you have an existing key, you can use that key instead of generating a new one.
To create an authentication key:
- In your Apple Developer Member Center, go to Certificates, Identifiers & Profiles, and select Keys.
- Click the Add button (+) or click the "Create a key" button.
Once you have download it you have to configure your Catapush application.
- Go to https://www.catapush.com/panel/apps/YOUR_APP_ID/platforms.
- Click on iOS Token Based to enable it.
- Fill iOS Team Id, iOS Key Id, iOS AuthKey and iOS Topic.
The iOS Team Id can be found here https://developer.apple.com/account/#/membership in "Membership Information" section.
The iOS Key Id can be retrieved here https://developer.apple.com/account/resources/authkeys/list, click on the key you have created and you can find it under "View Key Details" section.
The iOS AuthKey is the content of the key file.
Example:
-----BEGIN PRIVATE KEY-----
...........................
AUTH_KEY
...........................
-----END PRIVATE KEY-----
The iOS Topic is the bundle identifier of your iOS application.