Alyosha_Karamazov
Alyosha_Karamazov

Reputation: 143

Google Play Vs In-App Billing

So I'm planning to create an app that licenses and sells original photos in my android app where as users can directly purchase from other user these items and get a direct link from the app after purchase, the users who purchase another user's photo can upload the photo into other apps like IG/FB/Twitter/etc. As per google pay SECTION 2: Permissible Payment Transactions Terms of Service I cannot use Google pay to sell digital goods....however in-app billing is only for digital content limited to the scope of my app...can someone please clarify what the hell is going on with google ?

Upvotes: 0

Views: 2514

Answers (2)

Larry Yang
Larry Yang

Reputation: 41

You are looking at Google Pay ToS, which is not designed for mobile in-app purchases. For in-app purchases, you will be using Google Play Billing (https://developer.android.com/google/play/billing/billing_overview). Sorry for the confusion.

Upvotes: 2

Angus
Angus

Reputation: 3728

To answer your question, like what you have mentioned above, In-app billing is only limited to your app, if you allow the user to use the digital photo outside of your app, it is not allow.

Upvotes: 2

Related Questions