Error when trying to deliver a .pkg file with the transporter

I'm trying to upload an app to the MacAppStore using Apple Transporter, but I'm getting the following error when I try to deliver.

ERROR ITMS-90283: "Invalid Provisioning Profile. The provisioning profile included in the bundle jp.mba-international.MyGame [jp.mba- International.MyGame.pkg/Payload/MyGame.app] is invalid. [Missing code-signing certificate.] For more information, visit the macOS Developer Portal. For more information, visit the macOS Developer Portal."

Of course, I have downloaded the provisioning file, but I don't know where to put it. I put it in .app or in the same folder and run "productbuild --component MyGame.app MyGame.pkg". In any case, the error I just showed you is occurring when I deliver with Transporter. I don't know if the provisioning file is in the wrong place or if there is some error in the provisioning file. Finally, please note that I am using a translator to translate this article, so it may be a little difficult to understand.

How are you building this installer package? Using the Organizer in Xcode? Or from the command line? And if it’s from the command line:

  • Are you using productbuild? Or something else?

  • How are you building the app that you pass to this tool?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Error when trying to deliver a .pkg file with the transporter
 
 
Q