All users to manually refresh data

Once a user adds the app via the “Add to Home Screen” option. If the app is started from a home screen, the data seems to be cached until the home screen app is forced closed and the restarted. Is there a way to auto refresh the home screen version or allow the user to sync or reload data manually.

The data should be updating. If you are making changes to the app in the builder, then I find that you need to force close and restart, but data changes should be syncing up almost immediately.

There’s only one copy of your app’s data, it is not cached per user. Are you changing your app design when new users install it? The design of your app is cached, and only updates every 10 minutes or when your app is restarted.