App Store Subscriptions
Last updated
Last updated
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!
Please note that the current section describes how to integrate only one source of subscription data - from the App Store. You’ll also need to integrate the Subscription event via SDK to get the subscription data in the devtodev reports (the documentation link is at the bottom of the page). When you integrate both data sources (App Store and SDK), you’ll be able to see the Subscription report and devtodev will connect that data with the users successfully. If one of the integrations is missing, the Subscription report won’t be working correctly.
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.
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.
Don’t forget to integrate the subscription-specific SDK methods. This ensures proper subscription event tracking and accurate reporting within devtodev.