Configure APNS In Growlytics
Last updated
Last updated
To send Push Notifications, Growlytics needs to have APNS credentials generated on your Apple Developer Account. Use following guide lines to cnofiure APNS credentials in Growlytics dashboard.
APNS Auth keys are the recommended method to enable sending push notifications to your app installed on iOS devices. To send push notifications to iOS users, it is required to generate the APNs Auth Key file for your application and upload it to the Growlytics dashboard.
To create an APNS auth key, you will need to do the following:
Visit the Apple Developer Member Center and sign in with your credentials. You will need to create an apple developer account if you haven't already created earlier.
Select the Certificates, Identifiers & Profiles on the left pane.
On the certificates page, click on 'Keys' on the left pane as shown below.
In the Keys page that opens, click on the '+' icon to create a new auth key.
In the 'Register a New Key' page that opens, enter the key name and choose the Apple Push Notifications Service (APNS) in the list available below.
Next, click on the Register Button. It will open the Download your Keys page.
Click on Download to download your Auth key file. Please note that you can download the auth key file only once. Copy the Key ID (highlighted in the image above) available on the download page. This is required to configure push notifications in the Growlytics dashboard. Once added, the Auth Key is listed under Keys as shown below.
To create an APNS auth key, you will need to do the following:
Login to Growlytics Dashboard.
Go to Settings -> Mobile Push.
Click on Configure iOS Push button.
Fillup the Credentials form and click on save changes. Details for each form field is mentioned below:
APNS Key File: The APNS Authentication Key File that you have generated from Apple Developers Panel.
Key ID: Key ID is made available for the auth key that you had generated.
Team ID: To ge the Team ID details, login to your Apple Developer panel, go to Membership section, you will see TEAM ID mentioned there in that screen.
Bundle ID: You can find bundle id from your Xcode settings under "Signing & Capabilities" section.
Once configuration complete, next step is to set required sdk changes in your mobile app.
Once added, the Auth Key is listed under Keys as shown below.