amplify-android icon indicating copy to clipboard operation
amplify-android copied to clipboard

The fastest and easiest way to use AWS from your Android app.

Results 248 amplify-android issues
Sort by recently updated
recently updated
newest added

The `AWSS3StoragePlugin` creates a `TransferService`, which is an Android `Service`. As of Android O (API 26), a `Service` cannot be started in the background ([source](https://stackoverflow.com/a/46445436/282279)), which means that transfers cannot...

storage
feature-request

Hey guyz!! I want to observe my model if the application is in background or if user killed the application from recent apps. In that case please let me know...

feature-request
datastore

When calling `Amplify.Auth.signUp(...)`, the response includes a `nextStep.signUpStep` value of `CONFIRM_SIGN_UP_STEP`, while at the same time an `isSignUpComplete` value of `true`. My expectation is that the `isSignUpComplete` value should only...

improvement
auth
flutter

### 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 Authentication ### Gradle script...

improvement
good first issue
auth

Hi We are logging using the social sign in options on AWS Amplify on Android. ``` Amplify.Auth.signInWithSocialWebUI( AuthProvider.facebook(), activity as LoginActivity, { result -> Log.i("AuthQuickstart", "Facebook login: " + result.toString())...

feature-request
auth
cognito

### 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 Storage ### Gradle script...

storage
feature-request

### 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 Java ### Amplify Categories Not applicable ### Gradle...

improvement
core
feature-request

### 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 - Coroutines ### Amplify Categories DataStore ###...

feature-request
datastore

### 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...

feature-request
datastore

When a user logs in using their phone number, CognitoIdentityProviderCache.xml file is created and stored in shared preferences and it holds the user's phone number in persistent storage. The format...

feature-request
auth