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

### Describe the bug Upgrade the schema to use V2 Transform for the tests located in the DataStoreAuthIntegration tests. These tests were written for V1 Transformer and will not work...

datastore

### Describe the bug Cognito Identity Tokens cannot be used with owner auth due to logic in [AWSPluginsCore](https://github.com/aws-amplify/amplify-ios/blob/main/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/AuthRule+Extension.swift#L55) switching the "cognito:username" identity claim for "username". Cognito ID tokens and Access...

bug
datastore
follow up

**Is your feature request related to a problem? Please describe.** When using `@key` directive on a model to create a provisioned API with the `sort` parameter. ``` type Todo @model...

api
feature-request

### Describe the bug When using custom queries the ".getNextPage" method returned doesn't use the custom query to fetch next pages, it instead uses the default query but since this...

api
feature-request
p4

### Describe the bug DataStore and API does not function properly with model names that start with lower case. For example, DataStore's subscriptions fail to be established, API's `.create` mutation...

bug
api
datastore
p4

> are there a lot of internal usages of the now deprecated API? I know storage plugin internally uses .getIdentityId() . perhaps we can make a list in this PR,...

storage
api
feature-request

Hello, everyone, i am currently developing an iOS app with Amplify and would like to have read access for unlogged users. I have created my schema as follows. ``` Graphgl...

api
documentation
feature-request
p3

**Is your feature request related to a problem? Please describe.** This is not a problem, but more of a preference. `MutationEvent.mutationType` is currently of type `String`. This means that the...

api
feature-request

**Page**: [`/lib/q/platform/ios`](https://docs.amplify.aws/lib/q/platform/ios) **Feedback**: Hi there! I'm trying to update a fairly straightforward app from the old Amplify SDK to the new Amplify Library. The docs don't have any migration guide...

api
documentation
feature-request
follow up
p3

**Is your feature request related to a problem? Please describe.** There doesn't seem to be any way to query searchable models with the Amplify Libraries API plugin, making Libraries unusable...

api
question
feature-request
follow up