I thinking about sharing my first cocoa app with other people, and I really wanted it to be through Mac App Store.
My app is using Application Services (AXUIElements) and it is working fine while the sandbox is off - as soon as I turn it on a simple code to retrieve for example current window on focus is not working - I get nil as a result.
Is it possible to sandbox this kind of app or will I have to stick to using it alone (and maybe distribute using WWW site)?