Skip to content
New issue

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

Reviews missing 'updated' property #197

Open
alexstyl opened this issue Sep 24, 2023 · 0 comments
Open

Reviews missing 'updated' property #197

alexstyl opened this issue Sep 24, 2023 · 0 comments

Comments

@alexstyl
Copy link

The read me mentioned that fetching reviews will include the updated property (link to readme).

However, using the following code does not include the update property:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant