We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The read me mentioned that fetching reviews will include the updated property (link to readme).
reviews
updated
However, using the following code does not include the update property:
update
const reviews = await store.reviews({ id: appId, sort: store.sort.RECENT, })
returned objects look like this:
{ "id": "10336812000", "userName": "XXX", "userUrl": "https://itunes.apple.com/us/reviews/000", "version": "0.0.0", "score": 5, "title": "TITLE", "text": "TEXT", "url": "https://itunes.apple.com/us/review?id=000" }
everything else seems fine, other than the updated property missing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The read me mentioned that fetching
reviews
will include theupdated
property (link to readme).However, using the following code does not include the
update
property:returned objects look like this:
everything else seems fine, other than the
updated
property missingThe text was updated successfully, but these errors were encountered: