Tyler Roach

Results 288 comments of Tyler Roach

Bucket is ok to include in code. The bucket is already stored in the amplifyconfiguration.json that is shipped with your application.

I believe there may be a race condition here where onError is firing twice and the second time `userCallback` is null. https://github.com/aws-amplify/aws-sdk-android/blob/6383576457d1106f0216c16119a5ec6c1bfaecb8/aws-android-sdk-mobile-client/src/main/java/com/amazonaws/mobile/client/internal/InternalCallback.java#L88 The value gets set to `Done` and is...

> The call should retrieve the transcripts much faster. Hi @Hesham-Salama, Is the speed expectation for these calls based on seeing faster performance on other platforms? Our client SDKs can't...

@Hesham-Salama You will need to reach out to the Connect team if you have performance concerns on the API itself. Our SDKs cannot control the speed at which various service...

@ranjeet-porter I'm a bit confused by `Sure. I have setup my mqtt re-connection with -1 mean infinite times so it is calling reconnection multiple times within second then causing out...

@ranjeet-porter It would be helpful if you were able to add logs of a connect attempt session. I believe you can enable in the SDK by simply calling `LogFactory.setLevel(LogFactory.Level.DEBUG);`. Also...

With the Pinpoint push service being shut down, we will need to look at Push support on Gen2 once an alternative push provider is available to us.

Hi @Jaff5090, It appears that you may be attempting to use .graphql files generated for the [AWS Mobile AppSync SDK Android](https://github.com/awslabs/aws-mobile-appsync-sdk-android) and not the Amplify models. Amplify API requires Java...

@Jaff5090 > These files were then used to generate the corresponding Java classes that allow interaction with the API. How are you creating the Java files? Are they being created...

There are a few issues with the gradle file you have posted. All Amplify versions should be on the same version. Below, you are mixing versions of Amplify. ``` implementation("com.amplifyframework:aws-auth-cognito:2.0.0")...