App Store Subscriptions
This functionality is available only for projects with integrated devtodev SDK version 2.1.0 or higher for native applications and not lower than 3.1.0 for Unity!
Step 1. Settings on App Store Connect side
Go to App Store Connect.
In My Applications, select the app for which you would like to start analyzing subscription data.
In the left menu column under General, navigate to the App Information section.

Go to devtodev, select the same app, and open the app settings:
Navigate to Settings → 3rd Party Sources → Subscriptions → Integrate.

Copy the Endpoint URL

Return to App Store Connect and find the App Store Server Notifications section within General App Information.
Insert the copied Endpoint URL into both the Production Server URL and Sandbox Server URL fields.

Click Save
to confirm your changes.
Step 2. Settings on devtodev side
Go back to the devtodev app settings.
Specify your application bundle in the iOS Bundle ID field.

Add all existing subscriptions, specifying:
SKU (Subscription Key) – You can find it at App Store Connect → Manage Your Applications → Select the app.
Period – e.g., 1 month, 1 year.
Name – Custom name for the subscription.
Default price (USD).

Click Save
to finalize the setup.
Final Step
Don’t forget to integrate the subscription-specific SDK methods. This ensures proper subscription event tracking and accurate reporting within devtodev.
Last updated
Was this helpful?