Skip to content

fixing import problem and some issues regarding the unity project

Notifications You must be signed in to change notification settings

SaeedJannati/PoolakeyUnitySdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 

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? 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.

About

fixing import problem and some issues regarding the unity project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 53.7%
  • Kotlin 30.4%
  • Java 15.9%