Hi,
I’ve created a simple app using Corona. When the app is loaded it retrieves data from an api and displays this data on the screen. It’s great but the next time I open the app the data is stale as it doesn’t update the data.
If I kill the app and load it again it’s fine of course. Is there a specific function or method I can use to refresh the data when the app is opened again?
Thanking you.