I want to create an app that prevents the user from exiting my application (a Pomodoro like application or the focus mode on iOS) for a predetermined amount of time (5mn or more). I know this functionnality exists in android development with the name lock mode but I can't seem to find any way of doing it on iOS devices
To be precise I want a functionnality like the application flipd on iOS device which prevents the user from doing anything other than using their app for the specified amount of time.
Thanks in advance for all the answers, i have really dig the internet and can't seem to find any solution.