Reputation: 37
I am using Install4J 8 on a macOS machine to create a Mac installer for a Java application notarized. I enabled checkbox for notarization. During build Install4J prompts for AppleId and password. I have generated an application password for my apple id and provided it to Install4J but get following error.
Stack trace:
com.exe4j.a.d: could not upload myinstaller_macos_1_0_0.dmg: Your Apple ID account is attached to other iTunes providers. You will need to specify which provider you intend to submit content to by using the -itc_provider command. Please contact us if you have questions or need help. (1627) (code 1627)
at com.install4j.d.a.f$c.a(ejt:136)
at com.install4j.d.a.f.a(ejt:69)
at com.install4j.b.r.b(ejt:192)
at com.install4j.gui.b.run(ejt:100)
Any help will be appreciated in this matter.
Upvotes: 1
Views: 377
Reputation: 47965
After you upgrade to 8.0.3, you can configure notarization on the "General Settings->Code signing" step and there is a text field "Provider short name" on that step that is passed to the -itc_provider
argument.
Upvotes: 1