Release Notes - fan-ADN/nendSDK-cocos2d-x GitHub Wiki

  • Ver 2.6.0 2020/01/30

    • Updated nendSDK Android v5.4.1
    • Updated nendSDK iOS v5.4.0
  • Ver 2.5.0 2019/08/26

    • Updated nendSDK Android v5.2.0
    • Updated nendSDK iOS v5.2.0
  • Ver 2.4.0 2019/01/08

    • Updated nendSDK Android v5.1.0
    • Updated nendSDK iOS v5.1.0
    • Added new function : Option about using location data.
    • Added sound option to Interstitial-Video ad.
    • Change the minimum support Android OS version to 4.1 (API level 16)
  • Ver 2.3.7 2018/11/21

    • Updated nendSDK Android v5.0.3
    • Updated nendSDK iOS v5.0.3
    • Changed logging setting: All logging be setup by NendLogger.
  • Ver 2.3.6 2018/06/07

    • Updated nendSDK iOS v4.0.6
  • Ver 2.3.5 2018/05/17

    • Updated nendSDK iOS v4.0.5
    • Updated nendSDK Android v4.0.5
    • Fixed a bug that impression couldn't be measured of native ads when used in a scene that inherited cocos2d::Scene.
  • Ver 2.3.4 2018/03/19

    • Updated nendSDK iOS v4.0.4
    • Added function for setting background color to interstitial video ad's Fallback Fullscreen ads.
  • Ver 2.3.3 2018/02/27

    • Updated nendSDK iOS v4.0.3
    • Updated nendSDK Android v4.0.4
    • Added targeting-ad option of video ad is available to using Features of User.
    • Optimize full screen ads for iPhone X.
    • Updated dependencies
      • Removed support-core-utils.
      • Replaced to ConstraintLayout from Percent Support Library that is deprecated.
  • Ver 2.3.2 2017/12/13

    • Updated nendSDK iOS v4.0.2
    • Updated nendSDK Android v4.0.2
    • Fixed a bug that ad is not displayed when launching an application from notification on Android.
  • Ver 2.3.1 2017/10/11

    • Updated nendSDK iOS v4.0.1
    • Updated nendSDK Android v4.0.1
  • Ver 2.3.0 2017/10/11

    • Added Video ads
    • Updated nendSDK iOS v4.0.0
    • Updated nendSDK Android v4.0.0
  • Ver 2.2.4 2017/06/15

    • Fixed a bug that rarely crashes with Native ads when displaying ads with ad loading and auto reload.
  • Ver 2.2.3 2017/05/24

    • Updated nendSDK iOS v3.3.3
    • Updated nendSDK Android v3.3.1
    • Change the minimum support version of Android OS to 4.0 (API level 14)
  • Ver 2.2.2 2017/03/07

    • Fixed a bug that the application crashes when loading images in .gif format.
      • If the ad image or logo image is in .gif format when loading the native ad, it will treat the ad load as failed and return the error code and error message.
  • Ver 2.2.1 2017/02/06

    • Updated nendSDK iOS v3.3.1
  • Ver 2.2.0 2017/01/19

    • Added Fullscreen ads
    • Updated nendSDK Android v3.3.0
    • Updated nendSDK iOS v3.3.0
  • Ver 2.1.3 2016/12/14

    • Updated nendSDK Android v3.2.2
    • Updated nendSDK iOS v3.2.2
  • Ver 2.1.2 2016/11/08

    • Updated nendSDK Android v3.2.1
  • Ver 2.1.1 2016/08/24

    • Change the information click button even of interstitial ads to CLICK_INFORMATION_INTERSTITIAL.
    • Fix the error which not reloading banner ads occasionally (Android).
    • Fix the error on the releasing process of banner ads (Android).
  • Ver 2.1.0 2016/08/04

    • Enabled to Acquire ad info from NendNativeAd class
    • Added Native ad auto reload function
    • Changed on the way to implement native ad
      • Made non recommend following NendNativeAdClient
        • public NendNativeAdClient(std::string apiKey, std::string spotID, NendNativeAdvertisingExplicitly explicitly);
        • public void renderAdViews(Node* container, NendNativeAdBinder* binder);
        • public void setRenderAdViewSuccessCallback(const std::function<void (Node*)> &callback);
        • public void setRenderAdViewFailedCallback(const std::function<void (Node*)> &callback);
        • public void setAdClickCallback(const std::function<void (Node*)> &callback);
      • Made non recommend following NendNativeAdBinder
        • public void setClipNode_Name(std::string name);
      • Make NendNativeLabel class to non-recommend
      • Make NendNativeSprite class to non-recommend
    • Made the auto reload for interstitial ads optional
    • Fixed error on native ad
  • Ver 2.0.0 2016/05/31

    • Released native ad
    • Added click event notification function of information button
    • Deleted the app finish notification function for interstitial ad (Android)
    • Updated nendSDK Android v3.1.1
    • Updated nendSDK iOS v3.1.1
  • Ver 1.2.5 2016/03/03

    • Updated nendSDK Android v3.0.5
    • Updated nendSDK iOS v3.0.3
  • Ver 1.2.4 2015/10/19

    • Updated nendSDK Android v2.6.3
    • Updated nendSDK iOS v2.7.4
    • Support Android Studio
  • Ver 1.2.3 2015/09/25

    • Updated nendSDK iOS v2.7.2
  • Ver 1.2.2 2015/07/14

    • Updated nendSDK Android v2.6.2
  • Ver 1.2.1 2015/07/09

    • Enabled displaying multiple banner ads
    • Enabled displaying multiple Icon das(only for Android)
    • Enabled to display the title of icon ad (only for Android)
    • Enabled to change the text colour of icon ad(Only for Android)
    • Enabled to set the space of icon ad(Only for Android)
  • Ver 1.2.0 2015/06/17

    • Disabled icon ad (only for iOS)
    • Enabled to auto scale banner ad
  • Ver 1.1.3 2014/12/18

    • Enabled Cocos2d-x v3.3
    • Fixed error on releasing process of icon ad for Android
  • Ver 1.1.2 2014/11/20

    • Changed releasing process of banner/icon ad for Android
    • Added interface for multiple interstitial ad
    • Added display setting of interstitial ad for iOS
  • Ver 1.1.1 2014/09/26

    • Fixed error on displaying interstitial ad from the back key for Android
    • Enabled to set the number of icon ad with the argument
  • Ver 1.1.0 2014/08/18

    • Enabled Cocos2d-x v3.2
    • Enabled Interstitial ad
    • Changed Observer pattern notification into EventDispatcher
  • Ver 1.0.0 2014/04/04

    • Launched