I just met an issue with my users : they usually use an app launcher to access their apps.
Yesterday I changed a data table to add 3 more columns (from 13 to 16), and everything seemed to work fine on my tests.
This morning, one of my app accounts worked perfectly well, as planned, and the other one cannot sync anything, which is surprising because they use the same app launcher, with the same shortcut, and the same iPhone device.
any idea of where I can look into ? Do you need more informations ?
I had news from my user : among 7 whitelist users, 2 still cannot sync their app (but they can open it without any errror message)
In the meantime, I realized I forgot to deploy the app, which I did then, but that did not impact the behaviour of the blocked account.
We did not try to uninstall app on their devices, because we are afraid of any data loss.
@dev Your user has an old version of the App. Please try following:
delete the 3 columns you’ve added since the old version (it says: the actual table has 16 columns, but in the old App version it has only 13)
tell the user to do a sync
restore the 3 columns in your sheet
tell the user to sync again
Under Behavior → Offline/Sync you should enable “Sync on start”. This will ensure that your users are working with the latest version of the app.
Nonetheless, at looking on the “Sync on start” option, it was yet checked, which is quite strange.
I guess this comes from a previous situation, because at first, this option was not checked when my user started using the app (even if I don’t remember when exactly I checked it).
Maybe the app kept that in memory ?