Tyler Roach

Results 288 comments of Tyler Roach

@camhart One more question that would help in our research. Can you post all of the AWS dependencies you are using in Gradle? Ex Amplify as well as any other...

Api Gateway core is likely pulling in AWS Android SDK MobileClient transitively, which will overwrite Amplify v2 credentials. Please ensure to use a custom credentials provider, such as the one...

That looks ok. As long as you aren't using mobile client, you should not run into any issues.

I apologize if this was already asked elsewhere, but how long do you have refresh tokens set to last in Cognito? Access token's are refreshed with the refresh token, but...

Hi @camhart Could you run this command `./gradlew app:androidDependencies` and provide the list of all dependencies containing "aws" or "amplify"? There appeared to be a pretty clear issue from when...

What is the purpose of the `cognitoCredentialsProvider` variable? Is it being used elsewhere? Do you have device tracking enabled on Cognito side? I'm just trying to think of any additional...

@camhart What version of Amplify v1 were you using before bumping to v2. I'm slightly concerned about the API Gateway version of 2.16.1. `com.amazonaws:aws-android-sdk-apigateway-core:2.16.1@jar` transitively pulls in `com.amazonaws:aws-android-sdk-core:2.16.1@jar`. v2.16.1 was...

Hi @camhart, I understand your frustrations. Thank you for quickly answering all of the questions sent your way. I know it has been a lot, but these types of edge...

@camhart If you wouldn't mind, join our discord channel https://discord.com/invite/amplify and you can reach out to me `@tylerjroach`. We can dm and set up a screenshare call.

All changes between the 2 versions would be displayed here: https://github.com/aws-amplify/aws-sdk-ios/compare/2.35.0...2.36.0