Tyler Roach
Tyler Roach
Can you elaborate on what you are referring to by "freezing"? "Regarding the custom timeout in my app, it is not worth implementing. Because in the IPv6 situation, it will...
Thanks for the context on the splash screen. We can continue to look at what a reasonable solution would be here, but from what I'm gathering, this would be a...
@jflmateusnassar We do not have any special logic in handling IPv4 and IPv6. That is entirely done by Android's default network stack. I want to make sure I understand the...
@jflmateusnassar I agree, it is not optimal for these calls to be left hanging in the sdk. Will mark as a task for our team to further take a look...
Are you only using aws-sdk-android, or also using Amplify? If you are using MobileClient for Auth, you would should pass the MobileClient instance directly into the mqtt manager. Ex: `mqttManager.connect(AWSMobileClient.getInstance()....`
If you already have a method of fetching AWS Credentials, you may want to just implement your own Credentials Provider with a cache (https://github.com/aws-amplify/amplify-android/issues/2400#issuecomment-1529766029). As far as the CognitoCachingCredentialsProvider not...
What I am not seeing in those logs is : https://github.com/aws-amplify/aws-sdk-android/blob/6ee1aa7f12730cdb7ba615fe798f1e8415f90f23/aws-android-sdk-core/src/main/java/com/amazonaws/auth/CognitoCachingCredentialsProvider.java#L481 We should see this log when getCredentials is called to fetch the credentials. I'm also not seeing: https://github.com/aws-amplify/aws-sdk-android/blob/6ee1aa7f12730cdb7ba615fe798f1e8415f90f23/aws-android-sdk-core/src/main/java/com/amazonaws/auth/CognitoCachingCredentialsProvider.java#L639 This...
@ede-wolf-gls What error are you instead getting with minification? I've tried to replicate but haven't seen minification break exceptions I've checked against yet.
Thank you, will look to add the rule. In the meantime, please continue with the manual addition to your proguard config.
Hi @chance-yang Please see this thread (https://github.com/aws-amplify/aws-sdk-android/issues/2105) to see if any solutions are able to fit your use case.