I would like to know if there’s a way to query another app’s object.
For example, in my app, I can write something like this:
to access all my app windows.
But what if I want to access the windows of another app?
Is there a way to query the classes or objects of another app?
For example, in my app, I can write something like this:
Code Block NSArray * myWindow = NSApp.windows;
to access all my app windows.
But what if I want to access the windows of another app?
Is there a way to query the classes or objects of another app?
I fear you can't do anything.
Unless they have defined such a service, which I would doubt.
Maybe you can contact them and expose your case. They may have a solution or consider implementing something in the future (if that's a small enough company, not a giant as Microsoft or Facebook).
Good luck.
Unless they have defined such a service, which I would doubt.
Maybe you can contact them and expose your case. They may have a solution or consider implementing something in the future (if that's a small enough company, not a giant as Microsoft or Facebook).
Good luck.