Skip to content

cafebazaar/PoolakeyUnitySdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

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.