简体   繁体   中英

Test if a user is in a country that can buy paid apps

I want to refer users of an Android application to try out another app. The other app is a paid app and I only want to refer them to the app if they could possibly purchase it. How do I test if the user is in a country that supports purchasing paid apps through the play store?

Priced application are only available in these countries. Get the country from user and match it from the list to find out if paid apps are supported or not.

It's not official. But you could use old Android Market API . Completely not sure if it works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM