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 - [ ]...

*Issue #, if available:* *Description of changes:* This is based on the async APIs for APIPlugin (https://github.com/aws-amplify/amplify-ios/pull/2140) and async APIs for DataStore. This PR adds the `async` versions of the...

*Issue #, if available:* *Description of changes:* Amplify V2 will have an async API and encapsulate Operations as an internal implementation. `AmplifyTask` will define the public API for Tasks. Operations...

### Is your feature request related to a problem? Please describe. An operation can be canceled. The tokens for subscribing to events using the Hub only unsubscribe when a result...

feature-request

*Issue #, if available:* N/A *Description of changes:* Adds custom endpoint support for user pools. *Check points: (check or cross out if not relevant)* - [x] Added new tests to...

*Issue #, if available:* *Description of changes:* Update the AWSAPIPlugin APIs to based on **Adds AmplifyTask and Task Adapter for Operations** [PR 2128](https://github.com/aws-amplify/amplify-ios/pull/2128) *Check points: (check or cross out if...

*Description of changes:* fix(datastore): fix crash in OutgoingMutationQueue *Check points: (check or cross out if not relevant)* - ~~[ ] Added new tests to cover change, if needed~~ - [x]...

*Issue #, if available:* *Description of changes:* Task cancellation must be handled on the send and next sides of the channel. The send should also suspend until a next continuation...

*Description of changes:* Adding support for cross-platform builds to Analytics: - Implementing a `Combine`-free alternative to the State Machine implementation that is used for Session Tracking. - Renaming `UIActivityTracker` to...

### Describe the bug When running my app on 3 different devices mutations to a record on device 1 and 2 don't seem to sync correctly to device 3. Scenario:...

bug
datastore
follow up