Replies: 1 comment
-
Google Play StoreThe app will need to be registered on Google Play.
Once these are set up, GitHub can automatically publish new versions to the Play Store. I wrote these steps from memory after doing it myself, so could be some missing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First steps
Later steps
Known limitations
Selective sync
At the moment devices synchronise all data for a particular tenant on app first startup. This could mean long sync times for people who have not opened the app in a while.
I've done some experimenting with using syncExpressions with DataStore to reduce sync size, but relations between some records makes it difficult to find a solution.
Tracked on issue #73
Pick up and delivery addresses can only be cleared while the user is online
Issue tracked on aws-amplify/amplify-js#9520
Optimistic concurrency merge strategy
Auto-merge is broken currently and the merge strategy in use is optimistic concurrency, which is more limited and may cause unhandled conflicts. Amplify are working on a fix for auto-merge: aws-amplify/amplify-js#9979
End to end testing
End to end testing with Cypress is limited at the moment. More work needs to be put into extending and automating it.
Beta Was this translation helpful? Give feedback.
All reactions