Release Notes
Version 1.4.0 (September 14, 2020)
Version 1.4.0 was released on September 14, 2020. Version 1.4.0 contains the following updates:
- Uplevel the Bolts Framework to v1.9.1, where UIWebView is replaced by WKWebView
- Note that for iOS 14 and higher,
_amzn-wplay._tcp
needs to be added toInfo.plist
Version 1.3.5 (July 19, 2018)
Version 1.3.5 was released on July 19, 2018. Version 1.3.5 contains the following update:
- Bug fixes for iOS application termination crashes
Version 1.3.4 (May 31, 2018)
Version 1.3.4 was released on May 31, 2018. Version 1.3.4 contains the following update:
- Enabled modular iOS framework for inclusion in Swift applications or other modular frameworks
Version 1.3.3 (May 14, 2018)
Version 1.3.3 was released on May 14, 2018. Version 1.3.3 contains the following update:
- Enabled BITCODE support (this increased the SDK size)
Version 1.3.2 (April 2018)
Version 1.3.2 was released on April 27, 2018. Version 1.3.2 contains the following updates:
-
Increased Minimum and Target Android SDK Version Levels. In this release, the
minSdkVersion
andtargetSdkVersion
have been upleveled to better cover both Fire OS 6 and Fire OS 5 devices. In your code, make this update as follows:uses-sdk android:minSdkVersion="19" android:targetSdkVersion="22"/>
See the Starting Your Amazon Fire TV App Development section for more details.
-
Removed References to non-public APIs in iOS. The Fling iOS SDK had some references to non-public APIs, and as a result, Apple was rejecting these apps (as noted in forum posts). These non-public API references have been removed.
-
Fixed URLs in Sample Apps. The sample apps that we distribute as part of Fling SDK had some dead links that have since been corrected.
Version 1.3.1 (Jan 2017)
Version 1.3.1 was released on January 27, 2017. Version 1.3.1 contains the following updates:
- Updated the iOS library to support bitcode.
- Fixed problem on
FlingMediaRouteProvider
to sync media status listener properly.
Last updated: Jun 01, 2018