takecian / SwiftRater

A utility that reminds your iPhone app's users to review the app written in pure Swift.
MIT License
356 stars 42 forks source link

Error retrieving App Store data as an error was returned. #27

Closed hamza-mansouur closed 5 years ago

hamza-mansouur commented 5 years ago

Hello I am trying to run the demo project but I got this error: Error retrieving App Store data as an error was returned.

takecian commented 5 years ago

SwiftRater gets app version information from appstore. Please replace bundle id with your app.

hamza-mansouur commented 5 years ago

Hey Tekecian, thank you for your reply, so the app will not show the stars unless it's on app store ? even with testflight it doesn't work.

takecian commented 5 years ago

Could you call api directly http://itunes.apple.com/lookup?bundleId={YOUR_APP_BUNDLE_ID} ? e.g.: http://itunes.apple.com/lookup?bundleId=com.takecian.cospa

SwiftRater uses response of that api.

takecian commented 5 years ago

If you have more question about this, please reopen this.