# Sell your app in Google Play Store

If you want to monetize your apps by selling apps in the Google Play Store, there are a few additional steps you have to follow. In this situation, you need a  [Google Merchant account](/share-your-app/google-play/create-google-merchant-account.md).

{% hint style="info" %}
Please note: You cannot convert an already published free app to a paid one. So if you want to start selling an app, you should configure that before you publish the app on google play store
{% endhint %}

### What does it cost to sell an app in the Google play store

Google play will also charge you for the sales of your app via a service fee.

As of January 1, 2022, that service fee is equivalent to:

* For developers who are enrolled in the [15% service fee tier](https://support.google.com/googleplay/android-developer/answer/10632485), the service fee is:
  * 15% for the first $1M (USD) of earnings each year,&#x20;
  * 30% for earnings in excess of $1M (USD) each year.
* For developers who are not enrolled in the [15% service fee tier](https://support.google.com/googleplay/android-developer/answer/10632485), the service fee is 30%.
* For automatically renewing subscription products purchased by subscribers, the service fee is 15%.

&#x20;You can [read more about it in this article. ](https://support.google.com/googleplay/android-developer/answer/112622)

### Create a Google Merchant account

Before you can set you app to paid, you need to [create a Google Merchant account](/share-your-app/google-play/create-google-merchant-account.md). &#x20;

### **Create an app record in the Google Play developer console**

You'll first have to create the app to sell within the Google Play developer console. \
Follow the regular steps in the [Publish your app in the Google Play store documentation](/share-your-app/google-play.md) and set the Free or paid setting to **Paid**

<figure><img src="/files/RduDN4C4y1B31W4psM95" alt=""><figcaption><p>Create app </p></figcaption></figure>

Do make sure not to publish the app yet, as you will have to set a price for the app before you publish the app in Google Play.<br>

### **Steps to make your app paid and set your app price**&#x20;

1. Login on <https://play.google.com/apps/publish> with your Google Play developer account.
2. Select your app from the list, navigate to the **Monetize** section within the left-side menu, and choose **App pricing.**\
   ![](/files/USaL1GyEXcqcXiZRT2Yx)
3. If your app is not paid yet, click the **Make your app paid** and enter the price.
4. Once you've set the price for your app, save your changes.

Proceed with the regular steps in Publishing your app explained [in this article.](/share-your-app/google-play.md)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmachine.com/share-your-app/google-play/sell-your-app-in-google-play-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
