Apple sends a notification to a URL of your choice every time a subscription event happens on your app — renewals, refunds, billing retries, status changes. Qonversion exposes one URL per project; pasting it into App Store Connect is a one-time setup.Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Without S2S notifications, Qonversion still detects events by polling Apple, but updates land minutes to hours late and analytics quality degrades. The wizard surfaces the URL on Step 4 specifically because of this — production environments should always have S2S enabled.
1. Copy the URL from Qonversion
The Apple Server-to-Server Notification URL is available in two places — grab it from whichever is closer to where you are:- Project Settings → Stores → Apple App Store card. Once your iOS store is configured, the URL appears at the bottom of the platform card with a copy icon next to it. Open this any time after the initial setup.
- Step 4 · Production readiness of the iOS configuration wizard, in the Apple Server-to-Server Notification URL field. Most natural during first-time setup.
https://api.qonversion.io/v1/apple-s2s/<your-project-key>. Click the copy icon next to it.


2. Paste into App Store Connect
- Log in to App Store Connect.
- Open My Apps, click your app, then choose App Information in the left sidebar.
- Scroll to the App Store Server Notifications section.
- Paste the URL into the Production Server URL field.
- Choose Version 2 for the Server Notifications version (Version 1 is legacy).
- Click Save at the top of the page.

Troubleshooting
Apple shows “Could not verify your URL”
App Store Connect probes the URL when you save. The probe expects an HTTP 200 response within a few seconds. If you see this error:- Make sure you copied the full URL including
https://and the project key. - Make sure you’re not behind a corporate proxy that’s rewriting outbound requests.
- Try saving again after a minute — Apple’s probe occasionally times out on transient network blips.
Notifications aren’t appearing in Qonversion analytics
- Check that you saved with Version 2 selected. Qonversion supports both, but Version 2 carries a richer payload.
- Verify the URL points to the same project you’re configuring in Qonversion — projects don’t share keys.
- Wait 10-15 minutes after the first eligible event (renewal, refund, etc.) — Apple batches some notification types.
What’s next?
After this step, your iOS configuration is complete. Test the integration end-to-end:- Make a sandbox purchase and confirm it appears in Qonversion within seconds (not minutes).
- Trigger a refund in App Store Connect and confirm the refund event arrives.