An open API service indexing awesome lists of open source software.

https://github.com/cafebazaar/poolakeyunitysdk


https://github.com/cafebazaar/poolakeyunitysdk

Last synced: about 1 year ago
JSON representation

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.