> For the complete documentation index, see [llms.txt](https://assetstore.essentialkit.voxelbusters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.essentialkit.voxelbusters.com/migrations/gley/easy-iap/faq.md).

# FAQ

### Does Essential Kit still need the Unity IAP package?

No. Essential Kit ships with its own native billing implementations. Once you finish testing you can remove both Unity IAP and the Gley Easy IAP asset from your project. The benefit is faster fixes and updates under our control, plus no extra analytics dependencies being pulled into your build.

### Can I keep both systems installed while I migrate?

Yes. You can leave Gley in place while you rebuild your flows with Essential Kit. Just avoid mixing API calls in the same build. When you are satisfied with testing, delete Gley and Unity IAP.

### How do I recreate Gley product rewards?

Create payouts in Essential Kit Settings using *Category + Variant + Quantity*. For example choose `Currency` for your coin reward, set the variant to `coins_primary`, and keep the same store identifiers you had in Gley. See “Configure Products” in [migration-guide.md](/migrations/gley/easy-iap/migration-guide.md).

### Will existing purchases be recognised after the switch?

Yes. Essential Kit talks to the same App Store / Google Play back ends. Run `BillingServices.RestorePurchases(forceRefresh: false)` during startup and switch to `true` when the user taps the restore button to refresh entitlements, particularly for non-consumables and subscriptions.

### Where can I find code for advanced scenarios like server-side receipt checks?

The canonical samples live in `tutorials/v3/features/billing-services/usage.md` (see the *Server-Side Receipt Verification* section). The migration guide links back to those snippets so you stay aligned with the main documentation.

### Who can I talk to if I get stuck?

Join the Essential Kit community on [Discord](https://discord.gg/Rw5SAec4Md). You can also review the product overview at [Essential Kit](https://www.voxelbusters.com/products/essential-kit).

### Is there a checklist I can follow?

Yes. Work through the checklist that closes [migration-guide.md](/migrations/gley/easy-iap/migration-guide.md). It covers settings, code updates, testing, and cleanup.


---

# 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://assetstore.essentialkit.voxelbusters.com/migrations/gley/easy-iap/faq.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.
