tizen iap problem
hellow.
I want to make tizen package. so, i made a tizen build.
but, unity iap doesn't work.
here is inapp init code..
public static string kProductIDCoins1Consumable = "00000060xxxx"; public static string kProductIDCoins2Consumable = "00000060xxxx"; public static string kProductIDCoins3Consumable = "00000060xxxx"; public static string kProductIDCoins4Consumable = "00000060xxxx";
builder.AddProduct(kProductIDCoins1Consumable, ProductType.Consumable, new IDs { { kProductIDCoins1Consumable, TizenStore.Name },
});
builder.AddProduct(kProductIDCoins2Consumable, ProductType.Consumable, new IDs
{
{ kProductIDCoins2Consumable, TizenStore.Name },
});
builder.AddProduct(kProductIDCoins3Consumable, ProductType.Consumable, new IDs
{
{ kProductIDCoins3Consumable, TizenStore.Name },
});
builder.AddProduct(kProductIDCoins4Consumable, ProductType.Consumable, new IDs
{
{ kProductIDCoins4Consumable, TizenStore.Name },
});
if I make run app, the out is like this in sdb log.
I/Unity ( 1987): >>>>>>> IAP_SERVICE_APP_ID : org.tizen.inapppurchase.iapservice I/Unity ( 1987): >>>>>>> GROUP ID : I/Unity ( 1987): >>>>>>> MODE : 0 I/Unity ( 1987): >>>>>>> TRANSACTION ID : 818500 I/Unity ( 1987): >>>>>>> START # : 1 I/Unity ( 1987): >>>>>>> END # : 1000
do you have any idea what is wrong..
Your answer
Follow this Question
Related Questions
Screen Resolution or aspect wrong? 0 Answers
I think Tizen patch 5.3.2p2 is not adapted on Unity5.6 0 Answers
Game won't open (Gear S2) 1 Answer
Error while building for Tizen 1 Answer
how to use PlayerSettings.TizenCapability.Telephony? 0 Answers