Jump to content

yakingkuo1

Verified Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by yakingkuo1

  1. Hi : Yes, the steps you mentioned below are correct flow to implement the Stat / Achievement APIs. But please don't set Stat as hidden first because it is just a hidden mode now and could not get its real value from the getStat() API. So, please set the "Revealed" to implement SDK in your content. Should you ever need anything, please don't hesitate to contact me. Thanks.
  2. Hello , Could you show me your code snippet for GetLicense part? -Yaking
  3. Hello , Could you show me the errors you get? -Yaking
  4. Hey, : Sorry for not getting back to you earlier. Q: With Request(IAPurchaseListener listener, string pchPrice) do I need to change pchPrice based on the users currency that I recieve in IsReady()? A: Yes, you are right. Please change the price based on the currency you receive in the callback of IsReady(). Example: if (currency == USD) pchPrice = 1; else if (currency == TWD) pchPrice = 30;
×
×
  • Create New...