amplify-android
amplify-android copied to clipboard
The fastest and easiest way to use AWS from your Android app.
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...
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...
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...
### 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...
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())...
### 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...
### 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...
### 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 ###...
### 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...
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...