# Android

{% hint style="warning" %}
To enable billing on Android, you first need to upload your app to play store in any of alpha/beta / internal track's.
{% endhint %}

## Create In-App products

Once after uploading the app and publish in any of the tracks, you will get an option to add in-app products.

![Create in-app product from Monetise -> Products -> In-App products](/files/-MJs-ILYhxsXnmilJvy9)

<figure><img src="/files/dRFl1jSPTLHEyQKaOxFk" alt=""><figcaption><p>Identifiers you need to fill for Platform Id's in Essential Kit</p></figcaption></figure>

## Public Key

> #### Public key needs to be set in the [Essential Kit Settings](/features/billing-services.md#configuration-properties) and can be obtained from Monetisation Setup of Monetise section.

###

![Public key needs to be set in Billing Services under Android in Essential Kit Settings](/files/-MJs1RyWYg__CI0uuILK)

{% hint style="info" %}
Public key is used internally by the plugin to validate a purchased receipt on Android
{% endhint %}


---

# 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://assetstore.essentialkit.voxelbusters.com/features/billing-services/setup/android.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.
