No natarize when sending .pkg

Hi.


I am signing myApp with my Developer Id Application, without problems.

I checked with codeign --verify --verbose (path} each ".app" and it is also correct


I use "Packages installer" to create myApp.pkg which is signed with my developer ID installer


I send it to notarize with terminal:

xcrun altool --notarize-app --primary-bundle-id "idemconta.pkg" --username "support@idemsoft.com" -p "@keychain: altool" --file myApp.pkg


But I always get an email from Apple. Your Mac software was not notarized.


I have been looking the problem with the "Package Installer" and they tell me everything is fine.


It doesn't make sense for the server to see a code signing problem, and Apple's command line tools don't detect any problems with installed components.


Could it be an Apple Notarization server problem?


T.I.A.