Added
AppReview
now has anapp_version
property which contains the version
of the app that was reviewed.
Changed
-
App reviews are now fetched from the iTunes API's customer review feeds
instead of the private backend API of the App Store. This improves
performance significantly and makes hitting rate limits much less likely. -
As a consequence, the default
delay
forAppStoreSession
has been
changed to 0 (no waiting time between requests) and the defaults for
retry and backoff have also been tweaked.
Deprecated
- The
review
property ofAppReview
has been renamed tocontent
.
Usingreview
still works for the time being, but produces a deprecation
warning.
Removed
- As the iTunes feed does not return developer responses to app reviews,
thedeveloper_response
field ofAppReview
has been removed.