Tyler Roach

Results 134 comments of Tyler Roach

@zerox92 I'm a bit confused here. The method linked is public and takes in a `forcedAliasCreation` boolean. There is no default set? Are you referring to Amplify not being able...

I understand that you may have been trying to get to this method from AWSMobileClient, which does not expose its created userpool. You should be able to directly hit this...

@tobias-feldmann Thank you for the report. I'll take a look and attempt to replicate your setup. Can you confirm what versions of Amplify you have tried this on? Is this...

@tobias-feldmann Tracking fix for issue here to allow behavior to match Swift: https://github.com/aws-amplify/amplify-android/issues/2760 "Is it possible to deactivate the synchronization of individual models for Android?" Yes, it is. The model...

@dgrdinh Are you manually adding AWS Kotlin SDK dependencies? `aws.smithy.kotlin:telemetry-defaults-jvm:0.28.1` This referenced dependency is showing an older version than what we package with the latest Amplify releases. Our latest releases...

Another member on our team is following up with a more detailed investigation. Can you share more of your dependency tree. I see this version in my tree: `aws.smithy.kotlin:telemetry-defaults-jvm:1.0.11` I'm...

`isSignedIn` only reports false when the stored credential type is `AmplifyCredential.IdentityPool`, or an error has occurred. ``` AWSCognitoAuthSession( false, //isLoggedIn identityIdResult = AuthSessionResult.failure(exception), awsCredentialsResult = AuthSessionResult.failure(exception), userSubResult = AuthSessionResult.failure(exception), userPoolTokensResult...

DST should not cause an issue unless the user is in a region that recently added or removed DST and their Operating System has not updated to be aware that...

I believe this issue was fixed in the referenced by https://github.com/aws-amplify/amplify-android/pull/2830

@namhvattanaakk Amplify v1.18.0 is about 3.5 years old. There have been many updates and bug fixes since then. Amplify v1 is also currently in maintenance mode and will stop receiving...