I have a fully codesigned .app which is successfully notarized. However when running the app on someones computer. They get the error
"App" cannot be opened because the developer cannot be verified.
When running spctl -avv App.app it returns
App.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: **
And running codesign -vv --deep-verify App.app it returns
App.app: valid on disk
App.app: satisfies its Designated Requirement
Is there anything I am missing or can run that could expose what's wrong with my signed app?