Reputation: 5672
We have web-service where users have virtual balance.
And now we develope Android application, and needed to use alternative payment services (like PayPal or cards) to replenish the balance.
But Google threatening Android app makers who use alternative payment services for In-App.
But we want to use payment services for replenish the balance, not for In-App. Will there be a problem with the rules? If yes, than i can use only Google Wallet for this, and they will take large commission for all operations, right?
Upvotes: 4
Views: 2363
Reputation: 759
It all depends what you mean by "balance".
Google authorize use of other payment services when your app sell material goods or virtual goods that can be used outside of the app.
From Google Play Developer Program Policies :
- Developers offering virtual goods or currencies within a game downloaded from Google Play must use Google Play's in-app billing service as the method of payment.
- Developers offering additional content, services or functionality within another category of app downloaded from Google Play must use Google Play's in-app billing service as the method of payment, except:
- where payment is primarily for physical goods or services (e.g., buying movie tickets, or buying a publication where the price also includes a hard copy subscription); or
- where payment is for digital content or goods that may be consumed outside of the app itself (e.g., buying songs that can be played on other music players).
So :
Upvotes: 6
Reputation: 1017
"Developers who sell virtual merchandise or currency have to use Google Wallet...." No you cannot sell virtual currency outside of the play store unless it's a digital merchandise that can be used outside of this app. Now the question is whether a digital currency on a site can be counted towards this. I would direct my question to google because they haven't stated the definition very clearly. But if you have some sort of a casino, I would guess it would be fine to use e.g PayPal.
Upvotes: 1
Reputation: 31614
My understanding is that if you publish in the Play Store, all payments have to go through Wallet. Amazon seems more coy about their requirements but I would be surprised if they did not have a similar requirement (especially since those apps go onto their flagship product, the Kindle Fire tablets). And, yes, the requirement is there so they make money (I believe all of them are 70/30 splits). End-running it with any in-app purchases would likely result in your app being de-published.
What you could try (DISCLAIMER: I am NOT a lawyer) is having people pay on your website and then have them access that through the app. I don't think there's any such restriction like that (I access plenty of paid services through apps that I don't pay for in apps).
Upvotes: 1