Release notes at doc website
https://developer.apple.com/documentation/appstoreconnectapi/app_store_connect_api_release_notes/app_store_connect_api_version_2_1_release_notes
says that I need to update my server-side code to use new features
App Store Connect API version 2.1 release notes
Update your server-side code to use new features, and test your code against API changes.
But what exacly I need to update?
Thanks!
Post
Replies
Boosts
Views
Activity
Is there a way to use App Store Connect API to get the information we see listed under Version History page?
https://appstoreconnect.apple.com/apps/{app_id}/appstore/activity/ios/versions?m=
I noticed that the website uses the following endpoints to retrieve that information:
https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/{app_id}/stateHistory?platform=ios
https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/{app_id}/versions/{version_id}/stateHistory?platform=ios
This looks to be an internal only API. Is it okay to use it?
Thanks!