SDKBOX 2.3.16 Release - UnityAds

2.3.16 Release Notes (20170811)

Highlights

  • Support UnityAds
  • Support Facebook app event
  • Support creator 1.6

Bugfix

  • Fix NDK r14b c++_static
  • Fix FlurryAnalytics track wrong app version on iOS
  • Fix Firebase does not work on Android 7
  • Fix AdMob crash when closing interstitial ad close

Welcome to try our new UnityAds plugin by sdkbox import unityads, we also provide UnityAds cpp/Lua/Js examples.
Welcome any feedback or issue
All release notes are here

Thank you!

1 Like

Are UnityAds pluggable in the SDKBOX Ads plugin?

Planed in next release.

How to use facebook app event in this version

        /**
         * Log event
         */
        static void logEvent(const std::string& eventName);

        /**
         * Log event with value
         */
        static void logEvent(const std::string& eventName, float valueToSum);

        /**
         * Log purchase event
         */
        static void logPurchase(float mount, const std::string& currency);
1 Like