Determine Play Store Country

后端 未结 5 1473
旧巷少年郎
旧巷少年郎 2021-02-14 16:39

I\'m looking to see if there is any way to tell what country version of the play store a user has on their android phone.

Basically I want to turn off In-App Purchasin

5条回答
  •  广开言路
    2021-02-14 17:01

    You can not tell what country version of the play store a user has on their android phone programmatically because google play determines users country internally.

    The only way to do that is to get users current location via LocationServices, in that case you need to add location permissions.

    There are a few workarounds to that problem that does not work in all cases, like getting users career information which can provide country information.

提交回复
热议问题