deekay42
deekay42

Reputation: 636

Does my android app need to use Google Play In-app Billing for in-app subscriptions?

I have a web app that works in conjunction with a locally installed desktop app. Users have the option to upgrade to a premium membership for a monthly fee. Both apps provide 100% of the functionality of my product(this is important for my question). To widen my distribution I'm considering adding an android app. Now, I know that Google generally forces android apps to use their in-app billing. However, reading the developer terms I see this:

Developers offering products within another category of app downloaded on Google Play must use Google Play In-app Billing as the method of payment, except for the following cases: Payment is solely for physical products

Payment is for digital content that may be consumed outside of the app itself (e.g. songs that can be played on other music players).

It seems like the bolded part applies to my product, since

Am I allowed to publish my android app to Google Play using my own payment processor or will google crack down on me?

Upvotes: 2

Views: 933

Answers (1)

TheWanderer
TheWanderer

Reputation: 17864

You should be fine.

As long as the purchase isn't for something that can only be used inside the app, you're good. Since your purchase option applies across all platforms, you fall under that exception.

Of course, Google being Google, they could take down your app. However, you should just need to appeal that decision and talk to an actual person to get it sorted out.

Upvotes: 4

Related Questions