meds
meds

Reputation: 22926

In app billing on android, supported markets and different APKs for different countries?

I'm trying to implement in-app billing in my android app and had a few questions:

Where can I see a list of countries which allow in-app billing in android apps?

Can I upload different APKs for different countries, so only countries which allow in-app billing get the game with in-app billing built-in?

Upvotes: 1

Views: 142

Answers (1)

dagalpin
dagalpin

Reputation: 1307

The list of all countries that allow in-app billing is here: https://support.google.com/googleplay/android-developer/answer/138294?hl=en

Different APKs for the same app can be uploaded for different countries, but the package name must change for each one. The developer then needs to limit distribution by country for the non-in-app-enabled APK.

Upvotes: 1

Related Questions