Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does google charge for purchases in app?

I am building a free android app in which there should be a "store" where you can buy some item. The plan is that user could pay for it using paypal or something. Now my question is, does playstore takes some percentage for such transaction? And if so, how much does it take?

like image 205
Darko Rodic Avatar asked Apr 04 '13 10:04

Darko Rodic


People also ask

How much does Google take from app subscriptions?

Back in March, Google Play announced that it was cutting commission fees to 15% on the first $1 million in revenue from paid apps and in-app purchases (IAPs) for all Android developers. Google announced today that next year, the Play Store will only take a 15% cut on all subscriptions from day one.

Why do I have a $1 charge from Google services?

If you just created a Google Payments account to make your first purchase or added a new card to your Payments account, you may see a $1 charge. This is to make sure your card is valid. It'll be removed and you won't be charged.


1 Answers

The accepted answer is correct, but we should take into consideration another aspect about purchasing via smartphone/tablet. This recalls @JaranJhanjee's downvoted answer which is wrong but contains a little important truth

The 30% fee is charged by Google for in-app purchases according to their terms


  • Paid and Free Apps

    • App purchases: Developers charging for apps and downloads from Google Play must do so by using Google Play's payment system.
    • In-app purchases:
      • 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).

Google always charges the 30% via its in-app billing API. But there are cases in which such an API should be avoided to not incur in an excessive charging

  • If navigator maps are usable across more devices (especially non-Android devices like iPhones o MS Phones)
  • If maps will be delivered packaged in an SD card at the customer's home address

In such cases, the seller is allowed to implement a different payment gateway like Google Wallet API or PayPal

like image 152
usr-local-ΕΨΗΕΛΩΝ Avatar answered Oct 17 '22 07:10

usr-local-ΕΨΗΕΛΩΝ