I’m building an app where a user will have the possibility to create a pincode that -when enabled- they need to enter whenever they access the app. So what I would like to achieve is that a workflow runs prompting to enter the pincode when they open the app. By opening the app I mean when they tap the app on their phone, no matter if the app is already active or not.
How can be this be done? There is no ‘when app is opened’ trigger. At least not that I have found.
Thanks for your reply, but I’m afraid your suggestion doesn’t do the trick. When a user goes to the app, the page is not always automatically loaded. For instance when a user goes to another app for a second and then comes back, the page is not automatically reloaded.