Tyler Roach
Tyler Roach
@lokalathlet I've been able to finally replicate what you are reporting. Sign in redirects seem to be functioning fine. Sign out redirects work fine on me with Chrome but Firefox...
@lokalathlet I have a PR up for review to fix this issue. I'll let you know when its approved and live for v1.
Can you restart the device and try again? SocketTimeoutExceptions are typically seen due to bad network or a DNS issue. Please let me know once you have tested again after...
Neither aws-android-sdk-iot nor org.eclipse.paho.client.mqttv3 provide appropriate ProGuard/R8 rules
Thank you for the report. We will look on improving our proguard rules for IoT.
Looks like desugaring hasn't been enabled on your project. Should look like this: ``` android { compileOptions { // Support for Java 8 features coreLibraryDesugaringEnabled true sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8...
Are you sure that you are running AWS SDK for Android 2.73.0? See https://github.com/eclipse/paho.mqtt.java/issues/633 and https://github.com/eclipse/paho.mqtt.java/pull/666. This issue came from the Paho library and members on our team previously worked...
Upon further looking, I believe you are missing the conscrypt-android library as referenced in our iot pom: https://repo1.maven.org/maven2/com/amazonaws/aws-android-sdk-iot/2.73.0/aws-android-sdk-iot-2.73.0.pom Our recommendation is to use our published libraries, rather than adding them...
Thank you for the report. I'll try and reproduce this.
@aleksnied Can you further demonstrate where you are calling `AWSMobileClient.getInstance().showSignIn` and any other Auth calls such as `getSession()`. I'm not able to replicate this. I had even gone into Developer...
@aleksnied Thanks for this info! A few more things to make sure I am testing same as you. * Have you tried a different Android 14 device or emulator? *...