Skip to content

AWS SDK for Android 2.13.0

Choose a tag to compare

@sunchunqiang sunchunqiang released this 03 Apr 17:52

Enhancements

  • AWS IoT
    • AWS IoT SDK for Android now supports MQTT over TLS with X.509 client certificate authentication on port 443. Previously this combination of protocol and authentication mechanism was only supported on port 8883. connectUsingALPN() method allows developers to connect to AWS IoT using client certificate authentication on port 443. Please look at this blog for more details.
    • Breaking Change: Please note that the type of aws-android-sdk-iot artifact is being changed from ajar to an aar. Also note that the aar artifacts needs to be explicitly specified in the dependency as implementation ("com.amazonaws:aws-android-sdk-iot:2.13.+@aar") { transitive =true } on some of the older versions of gradle.

Bug Fixes

  • AWS Mobile Client
    • Fixed a bug when initializing drop-in UI that caused the Facebook, Google, or Userpools provider to not be instantiated.

Misc. Updates

  • Model updates for the following services
    • AWS IoT
    • Amazon Transcribe