https://github.com/cafebazaar/poolakeyunitysdk
https://github.com/cafebazaar/poolakeyunitysdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cafebazaar/poolakeyunitysdk
- Owner: cafebazaar
- Created: 2021-06-27T11:38:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T16:03:09.000Z (over 1 year ago)
- Last Synced: 2025-03-26T18:06:31.345Z (over 1 year ago)
- Language: C#
- Size: 29.8 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[........... راهنمــــــای فـــــــارسی ..........](https://github.com/cafebazaar/PoolakeyUnitySdk/blob/main/README_FA.md)
### Unity SDK for [Poolakey](https://github.com/cafebazaar/Poolakey) ( New Cafebazaar IAP ).
Easy payment :
```c#
var connectionResult = await payment.Connect();
var purchaseResult = await payment.Purchase("productID");
var consumeResult = await payment.Consume(purchaseResult.data.purchaseToken);
```
>Attention!
>
> Keep in mind, Poolay only works on Unity 2020 and above.
## How to use?
For more information regarding the usage of Poolakey, please check out the [wiki](https://github.com/cafebazaar/PoolakeyUnitySdk/wiki) page.