Hui Zhao
Hui Zhao
No @chrisbonifacio error handler cannot capture this error due to this issue https://github.com/aws-amplify/amplify-android/issues/1637 .
Before delivering support of background download/upload, I think at least it should prevent App from crashing. [This thread](https://github.com/aws-amplify/aws-sdk-android/issues/1193) suggests a change to prevent the crash. Change call of `startService` to...
Hi @diegocstn any progress update on this issue?
Does this happen in iOS? May be related to https://github.com/aws-amplify/amplify-flutter/issues/1355
Hi @Rayv1 thanks for reporting this issue. Regarding your `changeSync` function implementation - You invoked query right after `Amplify.DataStore.start()`. At this moment, the data sync may be in still progress,...
Update re: >I Checked my Appsync Cloudwatch Logs and cant see any new sync or query action after my changeSync Method. I created an App to replicate @Rayv1 provide steps....
Did a thorough testing in both Android and iOS platforms. Above mentioned issue is not reproducible in iOS. Looking at the source code of amplify-android of the [`stop` API](https://github.com/aws-amplify/amplify-android/blob/main/aws-datastore/src/main/java/com/amplifyframework/datastore/AWSDataStorePlugin.java#L310-L318) and...
Thanks for the write up @Rayv1 with details and your thoughts. > I want to control each type of data separate to clear Unfortunenatly, this is not currently supported by...
Hello @arkeri this issue seems to be related to https://github.com/aws-amplify/amplify-ios/issues/2001 Can you paste the content of the `Podfile` under the `ios` directory of your Flutter project?
It looks like that amplify-flutter iOS and Android implementation are missing configuration on log levels for different build modes