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

androidVersionText is wrong for some apps #591

Open
kuwapa opened this issue Sep 13, 2022 · 1 comment
Open

androidVersionText is wrong for some apps #591

kuwapa opened this issue Sep 13, 2022 · 1 comment

Comments

@kuwapa
Copy link

kuwapa commented Sep 13, 2022

For some apps, the app developers have added an upper android version limit. When parsing these apps, the scraper does not pick up the whole text and hence information is being lost.

https://play.google.com/store/apps/details?id=com.playgram.piratematch
4.1 - 8
https://play.google.com/store/apps/details?id=air.com.zinkia.playset
4.2 - 7.1.1

  • Operating System: MacOS
  • Node version: 8.13.0
  • google-play-scraper version: 9.1.1

Even though the number of apps with this max-android-limit are few, it would be great if this information too could be parsed. Thanks.

@jbigman
Copy link
Contributor

jbigman commented Aug 3, 2023

Added androidMaxVersion in PR #646

androidMaxVersion: {
    path: ['ds:5', 1, 2, 140, 1, 1, 0, 1, 1],
    fun: helper.normalizeAndroidVersion
  },

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

2 participants