Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.24 KB

ChangeLog.md

File metadata and controls

36 lines (26 loc) · 1.24 KB

RateMe Air Native Extension

Aug 03, 2020 - v2.0.0

  • Upgrade dependencies to the latest versions.
  • Fixed some minor issues and refactor native codes.

Aug 4, 2019 - V1.2.31

  • Added Android 64-bit support
  • Supports iOS 10+
  • Removed .os property, use OverrideAir.os instead.

Nov 18, 2018 - V1.2.3

  • Works with OverrideAir ANE V5.6.1 or higher
  • Works with ANELAB V1.1.26 or higher

Sep 23, 2018 - V1.2.1

  • Removed androidSupport dependency

May 7, 2018 - V1.2.0

  • Added support for iOS SKStoreReviewController API. enable it by setting the following property. RateMe.api.useSKStoreReviewController = true;

Dec 15, 2017 - V1.1.2

Mar 27, 2017 - V1.1.1

  • Updated with the latest version of the OverrideAir and from now on you will need this dependency even if you are building for iOS
  • min iOS version to support this ANE is 8.0 from now on.
  • min Android version to support this ANE is 15 from now on.

Nov 09, 2016 - V1.1.0

  • Optimized for Android manual permissions if you are targeting AIR SDK 24+
  • From now on, this ANE will depend on androidSupport.ane and overrideAir.ane on the Android side

Jun 29, 2016 - V1.0.0

  • beginning of the journey!