amplify-swift icon indicating copy to clipboard operation
amplify-swift copied to clipboard

A declarative library for application development using cloud services.

Results 324 amplify-swift issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* * update Auth deleteUser and signIn api to async/await * remove `AuthDeleteUserOperation`, `AuthDeleteUserRequest`, and `AuthSignInOperation` * unit tests and support code update to...

### Describe the bug This is the schema that I am using: ### GraphQL Schema ```graphql type Blog @model @auth(rules: [{allow: public}]) { id: ID! name: String! customs: [MyCustomModel] notes:...

datastore
p1

### Describe the bug The generator works great in VueJS , but with the schema graphql when is generated and try to build project show me the error. Value type...

bug
datastore
follow up
p3

### Describe the bug In an App created using amplify-ios, or amplify-flutter (iOS platform), DataStore cannot receive mutation updates made from Android, Amplify Studio content management interface that are running...

datastore
follow up
p1

### Describe the bug I have configured the iOS app using [amplify documentation](https://docs.amplify.aws/lib/auth/existing-resources/q/platform/ios/). Not used Amplify CLI, but used Cognito User Pool and Identity Pool in **amplifyconfiguration.json** file. Installed latest...

pending-response
auth
question

*Issue #, if available:* #2056 *Description of changes:* The code below will not work with any instance of `AmplifyInProcessReportingOperation` which will report using the generic types for InProcess, Success and...

### Is your feature request related to a problem? Please describe. Provide a Swift Concurrency API for Storage. ### Describe the solution you'd like async/await API ### Describe alternatives you've...

storage
feature-request

### Describe the bug While running with the Thread Sanitizer this property experiencing race conditions. ### Steps To Reproduce ```swift Steps to reproduce the behavior: 1. Turn on Thread Sanitizer...

bug
storage

### Describe the bug In my current iOS project using Amplify iOS SDK(1.26.2). Our main aim to migrate users from database to Cognito and create new account. We are using...

auth
feature-request
p1

I am uploading files that are about 300-400kb in size. The average upload time for a single file is 30 seconds which is unacceptable. How can I improve this? I'm...

bug
storage
follow up
slow-transfer