Hello i am wondering if there is any way to get the app information like number of downloads, rating, review etc . from appstore or from itunes connect. If I call this url http://itunes.apple.com/US/lookup?bundleId=com.XXX.XXX it gives the some of the information related to that app like supported os, devices, images, etc. I would like to know do we have such permissions or such possibility to do that.
Any reference, link, or suggestions will be highly appreciated. Thanks in advance
Instead, open the Settings app and tap "iTunes and App Store," and then tap your Apple ID — you'll be able to find your reviews there.
App Review submissions Access the App Review section on the app's page in App Store Connect.
To download your app reviews as a CSV, head over to Reviews in the Explore navigation menu. Apply the necessary filters to refine the review list to only show the reviews you are interested in (or leave it as it is to export them all). Press 'Export' to export app reviews.
Waiting for review means that apple team will review your app before allowing you to submit on TestFlight for public testing. It will take around 24~48 hours for them to review your app. After if your app is approved, you can submit on TestFlight and create public link for anyone with the link as tester.
Edit
I found a new way by looking at what Apple does in iTunes Connect
https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/1076274943/platforms/ios/reviews?sort=REVIEW_SORT_ORDER_MOST_RECENT
First answer
Yes there is : https://itunes.apple.com/us/rss/customerreviews/id=APP_ID/sortBy=mostRecent/json?l=fr
Where APP_ID is the ID of you app composed of numbers [0-9]+.
For exemple : https://itunes.apple.com/us/rss/customerreviews/id=284882215/sortBy=mostRecent/json
In case you're looking for an out-of-the-box API to handle reviews and ratings you should check ours (Appfigures) out:
The following request will get you all of the reviews for Super Mario Run for iPhone in the US (but you can add any country or app):
https://api.appfigures.com/reviews?countries=us&products=265018212233
This request will get you the current ratings for Super Mario Run in all countries:
https://api.appfigures.com/v2/reports/ratings?products=265018212233&group_by=country
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With