How do I display the "You can choose to quit "AppName" now, or do it on your own later." dialog?

Install and launch a macOS app.
At that time, if the app requires permission to record the screen, the following dialog will be displayed from the OS.

  • Grant access to this application in Privacy & Security settings, located in System Settings.

 

Follow the instructions in this dialog and select "Allow" in the system settings screen.
Normally, after "Allow", the following dialog should be displayed from the OS.

  • "AppName" mac may not be able to record the contents of your screen until it is quit.
  • You can choose to quit "AppName" now, or do it on your own later.

 

But, it does not appear.
Why?
Is there some setting that needs to be done on the app side?

Are you saying that this never shows up for your app? Or that it shows up in general but doesn’t show up in some specific case?

Also, what API are you calling to trigger the initial permissions UI?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How do I display the "You can choose to quit "AppName" now, or do it on your own later." dialog?
 
 
Q