2

Is selling of physical goods via Android in-app purchase forbidden or just not recommended?

I know that there is a problem with shipping, but one can easily make final price increased by shipping costs. What if there is not shipping cost?

Please share your experiences with me.

Thanks in advance

sandalone
  • 41,141
  • 63
  • 222
  • 338

3 Answers3

6

Here's a quote from In-App Billing Overview from developer.android.com:

You can use in-app billing to sell only digital content. You cannot use in-app billing to sell physical goods, personal services, or anything that requires physical delivery.

Egor
  • 39,695
  • 10
  • 113
  • 130
2

I believe that in case of virtual goods there is no need to confirm that the good was received. Payment processed immedeatly and there is only little time to rollback it. In case of phisical goods, sell could be rolled back if good was nor delivered or it is of improper quality and so on.

So in principle you could agree to sell somethind using in-app payment, but google doesn't want to deal with it.

woodshy
  • 4,085
  • 3
  • 22
  • 21
  • I am fine with that. Do you know if can Google ban, punish or something else if I use in-app billing for physical goods? – sandalone Jun 14 '11 at 13:43
1

Another similar question was asked a couple of months later. It says that a physical good can be sold using alternative payments method than Google's.

Community
  • 1
  • 1
Romain Piel
  • 11,017
  • 15
  • 71
  • 106
  • And your app won't be banned because you're using a non-Google in-app purchasing? – sandalone Mar 30 '12 at 10:16
  • Well Google is not clear about that. I'm a bit concerned about a part of the TOU. More details in a question I've asked 2 days ago: http://stackoverflow.com/questions/9923553/is-it-a-violation-of-android-terms-of-use-to-selling-physical-goods-with-third-p – Romain Piel Mar 30 '12 at 13:04