runmyrobot / letsrobot_ios

iOS client
BSD 3-Clause Clear License
1 stars 1 forks source link

Force through loader after an hour of inactivity #64

Closed Sherlouk closed 7 years ago

Sherlouk commented 7 years ago

A pretty smart fail safe implemented by apps if you have config driven UI is to force the app through the loader (or update the config at least) after a period of inactivity to ensure it's always using the latest code

We should get this in for V1 to ensure force update is called within an hour for all users

Sherlouk commented 7 years ago

Done