Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 817 Bytes


........... راهنمــــــای فـــــــارسی ..........

Unity SDK for Poolakey ( New Cafebazaar IAP ).

Easy payment :

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.