Hi,
I'm trying to write some simple prototypes which I would like to hand out to people to test on some Iphones I give them. These are old Iphone5 with iOS 10.2 and just pythonista installed.
It's a simple GUI, with some text fields and some buttons.
Is is possible to write the code in a way that it's not possible to close the window without killing it?
As a bonus question, can I code protect Pythonista on those devices so that the test user cant access the code at all? Or is there a way to convert the prototype to a real app if approved?