amplify-swift
amplify-swift copied to clipboard
A declarative library for application development using cloud services.
### Describe the bug Building a newly iOS project with amplify library raises error: `No such module 'AWSAppSync'` in `API.swift` generated file ### Steps To Reproduce Steps to reproduce the...
### Is your feature request related to a problem? Please describe. Using signInWithWebUI without setting the options to .preferPrivateSession() will cause the user to get a really confusing pop-up on...
**Describe the bug** Amplify/Cognito use a Web View when displaying the Sign in with Apple native action sheet. Ideally, it would not use this at all. **To Reproduce** Steps to...
### Describe the bug I am creating the DevMenu in the `AppDelegate`, just when the app starts and it never shows up, the console shows the following error: ```[Presentation] Attempt...
### Describe the bug In passwordless (sms) approach, user gets authenticated based on verification of an OTP that is issued to the user. To user it does not matter whether...
*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:* *Check points: (check or cross out if not relevant)* - [ ] Added new tests to cover change, if needed - [ ]...
### Describe the bug When a SwiftUI View refers to some code manipulating Amplify Auth plugin, Xcode preview crashes Error : It looks like the preview renderer does not call...
## Verification when a new PR is created Integration Tests to verify 1. DataStoreIntegrationTests (includes V2 and CPK) 2. DataStoreAuthTests (includes MultiAuth, Cognito Auth, IAM Auth) ## Existing Failing tests...
### Describe the bug Calling [Amplify.Storage.uploadFile(key:local:options:progressListener:resultListener)](https://aws-amplify.github.io/amplify-ios/docs/Protocols/StorageCategoryBehavior.html#/s:7Amplify23StorageCategoryBehaviorP10uploadFile3key5local7options16progressListener06resultK0AA0b6UploadF9Operation_pSS_10Foundation3URLVAA0bmF7RequestV7OptionsVSgySo10NSProgressCcSgys6ResultOySSAA0B5ErrorOGcSgtF) where the local file is not accessible to the app's file system results in an unrelated error that is difficult to debug. Examples: https://github.com/aws-amplify/aws-sdk-ios/issues/4044...