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 \# #3976 ## Description ## General Checklist - [ ] Added new tests to cover change, if needed - [ ] Build succeeds with all target using Swift...

## Issue \# ## Description Merging previously reviewed and approved code changes to resolve swift formatting errors and warnings: - https://github.com/aws-amplify/amplify-swift/pull/3843 - https://github.com/aws-amplify/amplify-swift/pull/3844 - https://github.com/aws-amplify/amplify-swift/pull/3853 - https://github.com/aws-amplify/amplify-swift/pull/3848 - https://github.com/aws-amplify/amplify-swift/pull/3845 -...

## Issue \# ## Description ## General Checklist - [ ] Added new tests to cover change, if needed - [ ] Build succeeds with all target using Swift Package...

## Issue \# #4003 The minimum OS version macro is causing the compilation to fail. For users trying out Xcode 26 ## Description ## General Checklist - [ ] Added...

We are currently using the Amplify SDK to send event data to Amazon Pinpoint. However, AWS has announced [the deprecation of the Pinpoint service](https://docs.aws.amazon.com/pinpoint/latest/userguide/migrate.html), with a recommendation to migrate to...

analytics
feature-request

## Issue \# #3980 ## Description `Amplify.configured` is not being fired with publishers. Using the Hub category instead of the default plugin. ## General Checklist - [ ] Added new...

### Describe the bug The `Hub.publisher(for:)` does not receive all events that `Hub.listen(to:)` receives. From what I have observed events like _Amplify.configured_, _Auth.signedIn_ and _Auth.signedOut_ are not received by the...

bug
core

**Describe the bug** Enabling Dynamic Actor Isolation feature for Swift 6 Language mode in project causes app crash. - App crashes when using AWSCloudWatchLoggingPlugin **To Reproduce** - Enable `Dynamic Actor...

feature-request
logging

### Describe the bug Error: ` Failed to create graphql GraphQLResponseError: GraphQL service returned a partially-successful response containing errors: [Amplify.GraphQLError(message: "Cannot return null for non-nullable type: \'ID\' within parent \'User\'...

bug
api

## Description I am updating from the [AppSync SDK](https://github.com/awslabs/aws-mobile-appsync-sdk-ios) and using the Swift files generated by the Amplify CLI. However, I am encountering an issue where the parsing of enums...

api
feature-request