........... راهنمــــــای فـــــــارسی ..........
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? Import the unity packge provided and you are good to go. You can also check the sample provided with one of the packages (or you can clone this repository) and see the wiki pages to get familiarised with the methods and procedurs of SDK.
For more information regarding the usage of Poolakey, please check out the wiki page.