> For the complete documentation index, see [llms.txt](https://docs.quizhour.mrb-lab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quizhour.mrb-lab.com/iap-setup/17.-points-store-setup/17.3-code-setup-for-iap.md).

# 17.3 Code Setup for IAP

{% hint style="info" %}
Make sure you have completed all of the previous steps of 17, 17.1 & 17.2.
{% endhint %}

You will get an **iap.zip** file from us in your email after contacting us with your purchase code. Unzip it and you will get a folder named **IAP**. Copy this folder and paste this folder into the **quiz\_app/lib** folder.

Open the app source code in your IDE and open the **lib/IAP/iap\_config.dart** file.

Now add your IAP **Product IDs** here separated with commas as shown in the picture below.

<figure><img src="/files/ZUKm8gXQPvlrKoQNH8kp" alt=""><figcaption></figcaption></figure>

Now go to the **lib/tabs/home\_tab.dart** file and enable the selected disabled lines shown in the picture below.

<div align="left"><figure><img src="/files/whUiSFwjHanH1iCEGjCb" alt=""><figcaption></figcaption></figure></div>

That's it. Your IAP setup is completed. Now, you can test the app and the IAP products and publish your app in production by uploading a new version.

{% hint style="info" %}
To test the In-App Purchases feature, use a real Android or iOS phone. Emulator/Simulator doesn't support this.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.quizhour.mrb-lab.com/iap-setup/17.-points-store-setup/17.3-code-setup-for-iap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
