Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Official list of countries for In-app Billing android? [closed]

Hello I am currently in Pakistan and when I start Google sample in-app billing application it says that

"Can't Make Purchase: The market billing service is not available at this time. You can continue to use this app but you won't be able to make purchases."

Please if any body know that complete list of supported countries or knows what is going wrong please tell me.

http://developer.android.com/guide/market/billing/billing_integrate.html#billing-implement

UPDATE

  • Application has been uploaded on market but not published, uploaded as a draft
  • Product list has been created and published
  • Application on device signed with same key, than application on market.
  • Email registered in Market app is in test emails list.
  • Android Market application version than 2.3.6
  • Android OS version is 2.3.4 Nexus One
like image 517
AZ_ Avatar asked May 31 '11 07:05

AZ_


People also ask

How do I download an app not available in my country Android?

APKMirror is one of the most popular and easiest ways to install Android apps that are not available in your country. Similar to Play Store, it allows developers to upload their APK packages directly on its platforms.


2 Answers

you go here you country is not there http://www.google.com/support/androidmarket/developer/bin/answer.py?answer=150324 think thats the problem

like image 184
PedroAGSantos Avatar answered Oct 19 '22 19:10

PedroAGSantos


There are may be several reasons.

  • Application not uploaded on market.
  • Application on device signed with different key (it may be debug key), than application on market.
  • Email registered in Market app is not in test emails list.
  • Android Market application version lower than 2.3.4

You can find checklist for testing here.

List of countries is here. Pakistan is in list.

Upd: @subspider is right. Pakistan is not in list of countries available for merchants. You may buy applications and do in-app purchases, but you can't publish paid applications or applications with in-app payments.

Quote from In-App Billing Availability and Policies

In-app billing is available to developers in supported locations for merchants.

like image 39
Sergey Glotov Avatar answered Oct 19 '22 19:10

Sergey Glotov