Hello!
I need to write tests to see if my app behaves correctly when the device passcode is set or not set.
I looked in the simctl documentation for commands to set/remove the passcode, but couldn't find anything about it. Is there any other way to control this in (integration) tests?
Thanks
Niels
Post
Replies
Boosts
Views
Activity
Hello,
I created a Java program and bundled it with Install4J to a "real" macOS application. When I start the app on macOS 11.x , I get the "allow input monitoring" dialog.
a) What triggers this dialogue? I'm pretty sure I'm not "asking" for it. What functions do I have to avoid in my programme so that the dialogue does not appear in the first place?
b) How do I configure my app bundle so that the dialogue is not displayed? (I really don't need input monitoring)
My preferred search engine only found questions from users who want to configure the system settings. But no hints for me as a developer who wants to avoid this dialogue.
Thanks in advance
Niels