FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Flex in a real device

remlostime opened this issue · comments

Hi,
I am wondering that is it possible to run it on real device? If my device is not connected to the computer, how to trigger it?

You can trigger it programmatically any way you want. In our codebase we have it set to a specific tap combination (for DEBUG builds only). You could also expose a button that only exists in debug builds to launch it, or any other way you choose.

See https://github.com/FLEXTool/FLEX#usage