Jithin Roy
Jithin Roy
This is currently a feature request with Amplify team and we are working on it. Will update here when we have more information.
The AWS SDK for iOS currently only supports iOS applications. Adding support for app extensions will require significant changes to the code. We have this in our backlog but we...
@phanchutoan Few questions: - Are you using userpools to signIn and then retrieve the credentials? - What you mean by credentials expire? Do you get a signOut callback? - Are...
Apologies for loosing track on this issue. I am trying to see if this logic work without the waiting for Google, preliminary testing looks promising. I have attached a branch...
Will you be able to point other pods as well to the fix? ``` pod 'AWSCore', :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :branch => 'royjit.credentialsproviderfix' pod 'AWSCognito', :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :branch => 'royjit.credentialsproviderfix'...
Elastic transcoder is supported in the new AWS SDK for Swift - https://github.com/awslabs/aws-sdk-swift/ . Please take a look and see if the SDK handles your use case. Please note that...
We made few bug fixes related to identityId in the last iOS release of the SDK, https://github.com/aws-amplify/aws-sdk-ios/releases/2.11.0. Could you please check if the issue still exists with the updated SDK....
We made a lot of changes to fix threading issue that was present in AWSMobileClient, since there is low traffic in this issue we are closing this. Feel free to...
Hi @sivaprasad-kiranum Thank you for reaching out. To debug further could you please provide us with the following details: 1. Request ID to cognito 2. AWS Region 3. User pool...
`AWSMobileClient.federatedSignIn()` does not creates a user in AWS Cognito Userpool, it is used to federate to an identity pool and get an identity id. If you want to create a...