Michael Law
Michael Law
**Describe the bug** Android DataStore code snippets do not compile **To Reproduce** 1a. See https://docs.amplify.aws/lib/datastore/data-access/q/platform/android/#predicates Under "Kotlin - Callbacks" ``` Amplify.DataStore.query(Post::class.java, { posts -> while (posts.hasNext()) { val post =...
### Describe the bug Hello, we received an issue in https://github.com/aws-amplify/aws-appsync-realtime-client-ios/issues/90 regarding a memory leak. The referencing issue is a package that uses Starscream 4.0.4. The customer describes a memory...
When using Xcode 12 beta 6, I can see the following warnings. i'm using Starscream version 3.1.1 ``` The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the...
**Steps to reproduce** 1. Sign in to Cognito user pool using drop in UI 1. In a loop call getToken and getAWSCredentials multiple times. 1. Try to manually deprecate the...
**Describe the bug** Due to CLI changes to how names are pluralized for list query operations, we're working on a backwards compatible fix for existing developers. Issue: https://github.com/aws-amplify/amplify-cli/issues/8350 Codegen changes:...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin ### Amplify Categories DataStore ### Gradle script...
*Issue #, if available:* *Description of changes:* When using DataStore from iOS, the mutations sent from the Android DataStore client is missing the `__typename` in the selection set. Since the...
On Android, [user attributes](https://github.com/aws-amplify/amplify-android/blob/main/core/src/main/java/com/amplifyframework/auth/AuthUserAttributeKey.java) map exactly to cognito user attributes, while iOS's [user attributes](https://github.com/aws-amplify/amplify-ios/blob/eb5b7ff98ae9ac090dc8c71e374b8f3bcb0ee472/Amplify/Categories/Auth/Models/AuthUserAttribute.swift#L34) is missing a few, specifically `zoneinfo`, `website`, `updated_at`, `profile`. Should iOS have these attributes for parity...
*Issue #, if available:* *Description of changes:* This PR takes https://github.com/awslabs/aws-mobile-appsync-sdk-ios/pull/469 and attempts to check if there's anything else missing to enable CircleCI Things remaining: - carthage build (either document...
**Describe the bug** See https://github.com/aws-amplify/amplify-ios/issues/1873 for more details - Upgrade SQLite dependency, test, and release AppSync SDK - Update release process for when upgrading SQLite dependency, the process should be...