amplify-swift
amplify-swift copied to clipboard
A declarative library for application development using cloud services.
*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...
[DataStore] Optional fields related to another table using @belongsTo directive are throwing errors
### 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:...
### 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...
### 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...
### 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...
*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...
### 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...
### 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...
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...