I am building a Mac application, I am getting it signed and notarized and also stapled.
$ xcrun stapler validate macOS/tumpa-0.1.3.dmg
Processing: /Users/kdas/Documents/allcode/tumpa/macOS/tumpa-0.1.3.dmg
The validate action worked!
The app itself says that it is signed when tested via command line.
$ spctl -vvv --assess --type exec macOS/app/tumpa/tumpa.app
macOS/app/tumpa/tumpa.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Kushal Das (A7WGUTKMK6)
But when we try to run the application on any system (after installing from the dmg file) , it refuses to run saying "The developer can not be verified".
I created the app using Python briefcase tool and the dmg via create-dmg tool.
Any tips on what am I missing?