Skip to content

Unity IAP upgrade & byte request/response for IAP supported.

Choose a tag to compare

@sassembla sassembla released this 02 Mar 01:08
· 29 commits to master since this release

Changed

  • Unity IAP is updated to 2.2.7.
  • byte[]|string GetProductInfosAs() method added on OverridePoints.cs. so you can choose sending byte[] or string for getting productInfos from your server.
  • Android purchase feature never contains user payload.

Added

  • add binary request support for purchase failed request.
  • add binary ticket request feature for purchase.
  • add PathOf method to URLCaching feature. this returns path of specific path of contents.
  • add timeout support for AssetBundle LoadAsset method and LoadScene method.