Tyler Roach
Tyler Roach
@allab Thank you! This is helpful. I'm very surprised to see Google in this list. Can you click into the Google row and provide the screenshots on the next screen?
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 {...
Crashes will be resolved in the next Amplify release with an in-memory key/value repository fallback [2969](https://github.com/aws-amplify/amplify-android/pull/2969). Please see [here](https://github.com/aws-amplify/amplify-android/issues/2971) for additional information on the changes made, and to provide additional...
Amplify v2.26.0 contains the in-memory fallback described above and should no longer cause crashes!
Has this effort started yet? Android 15 has now been released, and although its unlikely that manufacturers immediately default to 16 KB page sizes, Pixel devices will be able to...
I do not have any updates at the moment. I'll re-engage the team to take a look.
You can adjust the syncInterval in DataStore configuration as shown here: https://docs.amplify.aws/gen1/swift/build-a-backend/more-features/datastore/conflict-resolution/#custom-configuration-fields You will also need to check how long your Delta table ttl is set on the service side...
`syncInterval - the maximum interval (in seconds) for which the system will continue to perform delta queries. After this interval expires, the system performs a base query to retrieve all...