Unity SDK for XIAOMI (IAP + Ads) Alpha v0.0.12

Unity SDK for XIAOMI provides an easy way to intergrate with XIAOMI’s IAP and Unity Ads in Unity editor. This is the Alpha v0.0.12 build.
If UnityAds has been activated through Unity service window, you can delete the UnityAds folder in Assets.

Changelog

  • IAP Catalog exporter now supports saving a copy of the catalog as a separate file.
  • (Unity 5.6.1+) Add App Store Settings (only Xiaomi is supported now) to help developer onboard, get or save their unity client information, For more information, please refer to the IAP doc:
    1
    2
    AppStoreSettings appStoreSettings = Resources.Load<AppStoreSettings>(“AppStoreSettings”);
    StoreService.Initialize(appStoreSettings.getAppInfo(), unityChannelLoginHandler);

Downloads

Support

Please feel free to contact us at iapsupport@unity3d.com for IAP and chinaads@unity3d.com for Ads.