How to Exclude Devices with low RAM in Google play store

前端 未结 1 1284
無奈伤痛
無奈伤痛 2021-01-04 09:43

I would like to distribute my first android app via Google play store.

However i want my app to be installed on devices with at-least 512 MB of RAM since devices wi

相关标签:
1条回答
  • 2021-01-04 10:46

    I know this question is old, but still appearing on search results...

    With the latest update from the Google Developer Console, now it's possible to exclude a device by RAM:

    1. Sign in to your Play Console.
    2. Select an app.
    3. On the left menu, select Device catalog.
    4. Select the "Excluded devices" tab.
    5. Next to "Exclusion rules," select Manage exclusion rules.
    6. Under "Exclude devices which match any of the following," select the drop-down.
    7. Select RAM or System on Chip.
      • To add multiple rules, select the OR button. Another selector will appear.
      • To remove a rule, select the cancel icon.
      • For more information on SafetyNet Exclusions, go to the Android Developers site.
    8. Review the device list that appears at the bottom of your screen.
    9. Once your rule targets the right device list, save your changes.

    Reference: View & restrict your app's compatible devices

    0 讨论(0)
提交回复
热议问题