Hello everybody! I’m very new in dev for jailbreak, but exeprienced in iOS dev.
I’m trying to make a command line tool for iOS 16+, to find a frame of view by label on the screen or by Accessibility label, ok it’s easiest part of my idea:) My problem is to get the top visible window at the time.
I was trying the method _accessibilityFrontMostApplication,
but I can’t get the singleton of SpringBoard.
Does it even work on iOS16? or it doesn’t work on rootless jailbreak?
Could somebody explain the way how to get the top visible window? I’ll be appresiate for any help.