Use the codesign -dvvv command from the terminal command-line on your app bundle to verify and print out the certificate used for signing. Make sure that it is your Distribution certificate, not Development or someone else's certificate.
让我解释一下:在您实际上传应用程序以供 Apple 人员审核之前,您需要登录 iTunesConnect 帐户并创建应用程序(名称、描述、捆绑 ID 等)。只有这样,您才能在 Xcode 上上传它。
You need to check what's your provisioning profile and sign the app with it, but if you haven't create the app in the iTunesConnect you won't be able to upload it anyway, so it doesn't matter.
Let me explain: before you actually upload the application to be reviewed by the Apple guys, you need to login in your iTunesConnect account and create the app (name, description, bundle id, etc). Only then, on the Xcode, you will be able to upload it.
发布评论
评论(2)
在应用程序包的终端命令行中使用 codesign -dvvv 命令来验证并打印用于签名的证书。确保这是您的分发证书,而不是开发证书或其他人的证书。
Use the codesign -dvvv command from the terminal command-line on your app bundle to verify and print out the certificate used for signing. Make sure that it is your Distribution certificate, not Development or someone else's certificate.
您需要检查您的配置文件是什么并使用它签署应用程序,但如果您尚未在 iTunesConnect< 中创建应用程序/a> 无论如何你都无法上传它,所以没关系。
让我解释一下:在您实际上传应用程序以供 Apple 人员审核之前,您需要登录 iTunesConnect 帐户并创建应用程序(名称、描述、捆绑 ID 等)。只有这样,您才能在 Xcode 上上传它。
You need to check what's your provisioning profile and sign the app with it, but if you haven't create the app in the iTunesConnect you won't be able to upload it anyway, so it doesn't matter.
Let me explain: before you actually upload the application to be reviewed by the Apple guys, you need to login in your iTunesConnect account and create the app (name, description, bundle id, etc). Only then, on the Xcode, you will be able to upload it.