Hello,
We are getting close to app submission to the App Store. The problem is that Apple requires the app sandbox to be turned on for all apps submitted to the App Store. Turning on the App Sandbox causes AXSwift to not work. It returns UnknownUIElement when trying to read the app under control using Application(forProcessID: ). Then doing anything else to that top-level UIElement returns an error.
Is there anyway around this?
Hello,
We are getting close to app submission to the App Store. The problem is that Apple requires the app sandbox to be turned on for all apps submitted to the App Store. Turning on the App Sandbox causes AXSwift to not work. It returns UnknownUIElement when trying to read the app under control using Application(forProcessID: ). Then doing anything else to that top-level UIElement returns an error.
Is there anyway around this?