aws-mobile-appsync-sdk-android
aws-mobile-appsync-sdk-android copied to clipboard
Android SDK for AWS AppSync.
**Describe the bug** Setting the ResponseFecther policy to NETWORK_ONLY still returns cached data **To Reproduce** Steps to reproduce the behavior: 1. Create a AWSAppSyncClient 2. Call a request adding query.responseFetcher(AppSyncResponseFetchers.CACHE_AND_NETWORK)...
fix: ApolloServerInterceptor HTTP call is now cloned to prevent "IllegalStateException: Already executed" *Issue #, if available:* IllegalStateException is raised when a Call is used multiple times *Description of changes:* use...
**Describe the bug** Users of our app are 401'd out 30 days after logging in. We noticed that the token refresh request (`AWSCognitoIdentityProviderService.InitiateAuth`) with `"AuthFlow": "REFRESH_TOKEN_AUTH"` is not returning an...
**Describe the bug** Mutation request is submitted twice when backend takes a while to return the response or internet connection is slower. It works when backend returns result quickly. **How...
**Describe the bug** Friday opened the app and it runned in background thread, when Monday I make the app in front, the error occuces. **Environment(please complete the following information):** -...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
**Describe the bug** when I try to build my project I always ran into the following error which does appear for every list item: error: S3ObjectInput is not abstract and...
As I can see my queries and mutations in the database of the app (data/data/com.example.app). I download the queries and mutation DB files and opened them in SQLite DB Browser...
I wondering how could i send request metadata headers like request type **Query/Mutation/Subscription** with every request from Android.
classpath 'com.amplifyframework:amplify-tools-gradle-plugin:1.0.2' apply plugin: 'com.android.application' apply plugin: 'com.amazonaws.appsync' apply plugin: 'realm-android' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' implementation 'com.amazonaws:aws-android-sdk-appsync:3.1.1' error: S3ObjectInput is not abstract and does not override abstract method...