Tyler Roach
Tyler Roach
That is coming from mixing different versions of Amplify dependencies. You should not have to have any excludes (nor should you have to explicitly import Smithy. Please attempt to upgrade...
This is something that we have begun looking at. My initial experiment is to allow a user-provided implementation of a simple interface we already used internally. ``` interface KeyValueRepository {...
This crash should be resolved with an in-memory key/value repository fallback https://github.com/aws-amplify/amplify-android/pull/2969 in Amplify v2.26.0. Please see https://github.com/aws-amplify/amplify-android/issues/2971 for additional information on the changes made, and to provide additional feedback...
@atomicalsoftwares Thank you for the report. Can you let us know if you see the crash on any real devices you may be able to test, in addition, an emulator...
> I have not tried pushing to production as it's an app breaking change and some devices (30%) in my user base are 7.1.1. That is an extremely high number...
I've verified the crash on SDK 24 and 25. Android 8 uses a newer verison of sqlite that does not encounter this issue. We are merging a fix here: https://github.com/aws-amplify/amplify-android/pull/3124...
Amplify Android 2.30.1 contains the fix necessary for SDK 24/25 devices
Matt's recommendation is still accurate. You will need to use the [AWS SDK for Kotlin](https://github.com/awslabs/aws-sdk-kotlin) to upload with your own injected credentials.
Thank you for the sample data, we will be running some tests today and get back to you.
@bargeboss-chris We figured out the issue you are running into. You have named your variable `TasksDB2` to be the same name as the actual model. Your TodoDB model has this...