Apple App Store Configuration
Prior to taking advantage of Appmate, some configurations must be held. Once you register your application to Appmate, you will see a few configurations under Apple AppStore tab. In order to continue, you need to fill all the fields.
The table below is prepared to assist you to handle the configurations. Click the configuration name for detailed explanation.
Configuration | Description |
---|---|
Bundle ID | Can be found at App Information page after navigating to Apps section of App Store Connect. It should look something like com.example.app123 |
Apple ID (User) | Your Apple ID |
Apple ID (App) | Can be found at App Information page after navigating to Apps section of App Store Connect. It should look something like 123456789 |
App Specific Password | You can generate an App Specific Password by signing in to https://appleid.apple.com/account/home and navigating to Security section. |
App Specific Shared Secret | App Specific Shared Secret can be found by navigating to your app page in Apps section of AppStore Connect in In App Purchases --> Manage page. It should look something like 68791e1b03badd5e4eb9287660f67745 |
SKU | Can be found at App Information page after navigating to Apps section of App Store Connect. It should look something like ExampleApp |
Private Key ID | Can be generated by navigating to App Store Connect --> Users and Access --> Keys section. |
Issuer ID | After generating an API key, you can find your issuer ID in App Store Connect --> Users and Access --> Keys section. |
Private Key | After generating an API key, you can find your private key in App Store Connect --> Users and Access --> Keys section. |
#
1. Bundle IDBundle ID can be found at App Information page after navigating to Apps section of App Store Connect. It should look something like com.example.app123
#
2. Apple ID (User)Apple ID (User) is the e-mail address you use for logging into your Apple account.
#
3. Apple ID (App)Apple ID (App) can be found at App Information page after navigating to Apps section of App Store Connect. It should look something like 123456789
#
4. App Specific PasswordYou can generate an App Specific Password by signing in to https://appleid.apple.com/account/home and click App-Specific Passwords under Sign-In and Security section.
#
5. App Specific Shared SecretBy means of App Specific Shared Secret, Appmate will be able to communicate to Apple on your behalf. In order to establish communication, you need to generate an app-specific shared secret and register the shared secret in Appmate.
- Login to App Store Connect.
- Navigate to "My Apps" and select your app.
- Select "Manage" under the "In-App Purchases" section from the left side menu.
- Select App-Specific Share Secret from the right side above your in-app products.
- Generate and copy your shared secret.
#
6. SKUSKU can be found at App Information page after navigating to Apps section of App Store Connect. It should look something like ExampleApp
#
7. Private Key IDPrivate Key ID can be generated by navigating to App Store Connect --> Users and Access --> Keys --> App Store Connect API section.
#
8. Issuer IDYou can find your issuer ID in App Store Connect --> Users and Access --> Keys --> App Store Connect API section.
#
9. Private KeyYou can find your private key in App Store Connect --> Users and Access --> Keys --> In-App Purchase section.
After downloading the key file, you need to copy&paste the private key inside the file.
note
You can download the private key file only once.