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:* *Check points: (check or cross out if not relevant)* - [ ] Added new tests to cover change, if needed - [ ]...

### Describe the bug ``` Request Id 154 : [d0b8d2c61e2c30d352df577fdcbafbb607c01a226e7a0e11105fead3c5b958df: PERMANENT_FAILURE {"errorMessage":"Unregistered or expired token","channelType":"APNS_SANDBOX","pushProviderStatusCode":"400","pushProviderError":"DeviceTokenNotForTopic","pushProviderResponse":"{\"reason\":\"DeviceTokenNotForTopic\"}"}] ``` I launched a push test in the background management interface and reported this error...

*Issue #, if available:* https://github.com/aws-amplify/amplify-ios/issues/1759 *Description of changes:* ObserveQuery is an API that provides a stream of data snapshots including the sync state. Roughly the behavior of the snapshot's emit...

GraphQL IAM requests need to be SigV4 signed, so APIPlugin will call `AwsCommonRuntimeKit.initialize()` on `configure()` and then `AwsCommonRuntimeKit.cleanUp()` on `reset()`. The code hangs on `aws_auth_library_clean_up` -> `aws_http_library_clean_up` -> `aws_thread_join_all_managed` ->...

bug
auth

While I can create new Input for my Database using the GraphQL with Amplify API, I cannot update it, the console gives me this Error: Amplify.GraphQLError(message: "Value for field '$[_version]'...

bug
api
follow up
p2

### Describe the bug When running the initial sync, the app can deadlock. Interestingly enough, I'm currently only seeing this, when putting breakpoints in certain positions. I believe, however, that...

datastore
follow up
p2

*Issue #, if available:* N/A *Description of changes:* Adds a `buildtool()` swiftlint plugin, adds that plugin as a dependency for `Amplify` and each plugin. Adds `// swiftlint:disable: ...` in a...

### Describe the bug Essentially, I'd like to reopen https://github.com/aws-amplify/amplify-ios/issues/1302. Everything is described there. I can reproduce that the `ready` event doesn't get emitted unless I re-introduce my old hack,...

datastore
pending-triage
p3

### Describe the bug Currently we are using amplify iOS SDK(1.26.1) working fine with staging environment. But we have requirement to setup preprod and prod environment. So I am trying...

bug
pending-response
core
build

### Describe the bug In iOS, when you delete a parent object with a one to many relationship, the children are not removed from the DataStore. Note that the expected...

bug
datastore
p2