IAP on Apple devices
Last updated
Was this helpful?
To enable in-app purchases for Apple, fill in the required fields in the Settings tab.
The private key must be generated in App Store Connect.

If you’re part of an Apple Enterprise developer account, a specific permission level is required to create this key. If you don’t have access, contact your company administrator.
Copy the Key ID generated in the previous step and paste it into the Key ID field in the Settings tab.
The App Apple ID must also be generated in App Store Connect.
Because in-app purchases are completed through Apple’s interface, your app needs a way to detect when a user performs actions such as subscribing to or canceling a plan. Apple StoreKit sends server-side billing notifications whenever these events occur. This step ensures your app’s backend is correctly connected to Apple’s billing system.
Click Connect billing notification events. This automatically registers the correct endpoint URL for your app with Apple StoreKit.
It can take up to five minutes for Apple to update and recognize the new endpoint.
If you encounter an error, confirm that your API key has admin access. See this article for instructions.
If an error occurs, check App Store Connect → Apps → App Information → App Store Server Notifications.
Last updated
Was this helpful?
Was this helpful?