App Setup
The settings in your application define how receipts are processed and user inventory is getting saved. Application settings are available by navigating to Applications > App Options > Edit. For field definitions please see the list below.

Header
| Field | Description |
|---|---|
ID | Auto-generated on application creation. 16 alphanumeric characters uniquely identifying your app. |
General
| Field | Description |
|---|---|
Name | Application name. Used for display purposes in your dashboard and applications list. |
User Behaviour | STANDARD plan: if and how transactions should be associated to a user. More details in the User Storage documentation. |
Webhook | STANDARD plan: your server endpoint called on each successful validation. More details in the Server Webhook documentation. |
Platform Settings
| Field | Description |
|---|---|
Bundle ID | Your unique application bundle identifier registered on the App Store. |
License Key | Exported private key for accessing store validation API. More details in the Store Setup documentation. |
Account ID | Account identifier or service account. More details in the Store Setup documentation. |
danger
Always keep the bundle identifier and other platform settings up-to-date, otherwise all incoming receipt validation attempts will fail!