Unanswered: What event get called when a native app becomes active?
Unanswered: What event get called when a native app becomes active?
I'm trying to find a way to reload a store when the phone becomes active again from being in the background.
The problem I'm having is the store is loaded when the app is loaded on iOS, but most people wouldn't close an app fully, they would just let it sit in the background on "pause". This causes a problem when some of the server side products change but the app stays the same because the store isn't reloaded. What I'd like to happen is the store reloads when the app becomes "active" again, but there doesn't seem to be an event for this.