How to programmatically launch a hidden application on iOS / iPad?

How can I run a β€œhidden” application on a non-jailbroken device?

FieldTest is a hidden application on ios devices that can be launched by typing a number of keys on the keyboard of the iPhone application. I would like to launch FieldTest on an iPad, but the iPad does not have a phone app / keyboard. In older versions of iOS, you can launch it by swiping your finger over 5 fingers in Safari, but it no longer works.

How to run FieldTest on an iPad (even, especially software)?

+4
source share
1 answer

It is possible to install the application without an icon on a device not intended for jailbroken ios, but you cannot run it in the background. And this application cannot be distributed through the Appstore.

0
source

All Articles