Search Unity

[Solved] Issue with purchase on Tizen platform

Discussion in 'Unity IAP' started by CrazyD0G, Jul 6, 2017.

Thread Status:
Not open for further replies.
  1. CrazyD0G

    CrazyD0G

    Joined:
    Oct 2, 2014
    Posts:
    3
    I have problem with IAP on Tizen, when i trying purchase some items i get error:





    But it seems like all fine in my code, this is how i define products:
    Code (CSharp):
    1.  
    2. builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
    3.  
    4. for (int idx = 0; idx < _inAppProducts.Count; idx++)
    5. {
    6.     InAppProduct inAppProduct = _inAppProducts[idx];
    7.     builder.AddProduct(inAppProduct.id, inAppProduct.type, new IDs() {{inAppProduct.id, TizenStore.Name}});
    8. }
    9.  
    10. builder.Configure<ITizenStoreConfiguration>().SetGroupId("own_group_id");
    11. UnityPurchasing.Initialize(this, builder);
    12.  
    So, why i get this type of error?


    My environment:
    IAP SDK version is 1.11.4
    Unity version is 5.6.1p3
    Testing with Remote test lab on Samsung Z3(tizen 2.4)
     
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
    @CrazyD0G

    We have identified an issue with the Tizen part of our IAP plugin. We have a fix that should be available in the next version of the plugin. You will be notified in the Editor when it is available for download.

    I apologize for any inconvenience this issue has caused.
     
  3. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
  4. CrazyD0G

    CrazyD0G

    Joined:
    Oct 2, 2014
    Posts:
    3
Thread Status:
Not open for further replies.