Post

Replies

Boosts

Views

Activity

Reply to AXIsProcessTrustedWithOptions is not returning correct status
Our version N is not code signed (code object is not signed at all) and to meet the notarisation requirements, N+1 is code signed and meets the DR, we see the following messages when codesign -v -v -R run on N+1 valid on disk satisfies its Designated Requirement explicit requirement satisfiedThe issue here is System Prefernces showing as checked but API(AXIsProcessTrustedWithOptions) returning not trusted, after the update if app is not trusted for any reason(code signture compatibility etc), System Prefereces is expected to show it as unchecked so that user can check it .Right now what is happening, when we guide the users to check the box next to our app, they see it as already checked and not doing anything resulting in app not trusted.
Apr ’20
Reply to No CPU information from an emulated app on Apple Silicon(DTK)
>>Re-reading your initial email, I think I might’ve got the wrong end of the stick here. Are you trying to get the native (Arm) CPU information? Or the emulated (Intel) CPU info? We are trying to get native (Arm) CPU information, but from an emulated app. Is this not possible? Basically we want to report it as Apple processor if the hardware is Apple processor, (About Mac .. it shows as Apple A12Z ), but how can the same be read/found from an emulated app.
Sep ’20