App notarised but it throwing a warning when downloaded from internet

Hi


My App is notarised and i have received a mail that it is approved. But when i download it from internet it shows a warning that it is from a unidentifier developer. Please help me to check the logs to resolve if any issues exist with the app.


Dear

Sri,




Your Mac software has been notarized. You can now export this software and

distribute it directly to users.




Bundle Identifier: com.KnowledgeAdventure.JSAcademyKG


Request Identifier: 4af0fafe-647b-4ec5-ab02-ce09a5e83e8c




For details on exporting a notarized app, visit Xcode

Help or the notarization

guide.

Best Regards,


Apple Developer Relations



https://drive.google.com/open?id=1Tx9dJ0SYjOTe8j-PO3Y24vXvjmVIqfyA


Thanks

Srilakshmi

Replies

Debugging Gatekeeper problems can be tricky. I’ve posted some general advice on this thread. However, in your case I think the problem is pretty straightforward. Consider this:

$ codesign -d -vvv Kindergarten-1.7.0.CL219699-osx-installer_RELEASE.dmg
…
Authority=3rd Party Mac Developer Application: Knowledge Adventure (9PUKP5VNH5)
Authority=Apple Worldwide Developer Relations Certification Authority
Authority=Apple Root CA
…

You have signed your disk image with a Mac App Store digital identity. Developer ID disk images need to be signed with your Developer ID Application identity.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"