You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Yeah, that's pretty much what I've been seeing. I'll try going the route of getting that entitlement exception from Apple. If anyone else has any more insight about this please do comment here.
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?
The text was updated successfully, but these errors were encountered: