Post

Replies

Boosts

Views

Activity

Comment on Is there an entitlement for screen capture on macOS?
Sorry, I mistakenly wrote Mojave instead of Catalina (the version numbers are 10.15.x). The call is wrapped with @available(macos 10.15, *).
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Is there an entitlement for screen capture on macOS?
CGRequestScreenCaptureAccess is listed available since macOS 10.15. It works as expected on macOS Big Sur, but our application crashes when running on Mojave (tested two machines running 10.15.6 and 10.15.7). The crash is due to the _CGRequestScreenCaptureAccess symbol not being found. Is this expected behaviour?
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Aug ’21