Release Notes
- Version 1.6.3 (August 22, 2024)
- Version 1.6.2 (January 9, 2024)
- Version 1.5.0 (December 21, 2023)
- Version 1.4.0 (September 14, 2020)
- Version 1.3.5 (July 19, 2018)
- Version 1.3.4 (May 31, 2018)
- Version 1.3.3 (May 14, 2018)
- Version 1.3.2 (April 2018)
- Version 1.3.1 (Jan 2017)
Version 1.6.3 (August 22, 2024)
Version 1.6.3 was released on August 22, 2024. Version 1.6.3 contains the following updates:
Android SDK
- Upgrade Fling SDK libs to target API level 34
Version 1.6.2 (January 9, 2024)
Version 1.6.2 was released on January 9, 2024. Version 1.6.2 contains the following updates:
Android SDK
- Update URLs of some media files in sample apps
iOS SDK
- Add support for Xcode simulator running on Mac M1 chip
- Remove support for Xcode simulator running on i386
- Remove support for armv7 based devices
- Upgrade base packages to newer versions
- Update URLs of some media files in sample apps
Version 1.5.0 (December 21, 2023)
Version 1.5.0 was released on December 21, 2023. Version 1.5.0 contains the following updates:
- Upgrade the Whisperplay.jar version to support API level 30+
- Migrate Android Support Library in use to AndroidX
- Refresh sample applications and remove the deprecated ones
- Upgrade Fling SDK libs to target API level 30
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. 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: Aug 22, 2024