Unity SDK_第三方SDK关联
第三方SDK登录关联
String userid = "memberid of 3rd party sdk";
GamePot.loginByThirdPartySDK("userid");第三方SDK支付关联
Last updated
String userid = "memberid of 3rd party sdk";
GamePot.loginByThirdPartySDK("userid");Last updated
String productId = "purchase_001";
String transactionId = "GPA-xxx-xxxx-xxxx";
String currency = "KRW";
double price = 1200;
String paymentId = "google";
String uniqueId = "developer unique id";
sendPurchaseByThirdPartySDK(string productId, string transactionId, string currency, double price, string store, string paymentId, string uniqueId);