我怎么知道为什么我不能将iPhone应用程序提交到应用程序商店?

时间:2021-02-14 21:04:17

I am trying to publish an app to app store for many times already. After I upload the app through xCode, which it says the upload is successful, I can see my uploaded build from App Store Connect > Activities. It says my build is processing. But after a short while, my build disappears. Then I cannot select my build.

我正在尝试将应用程序多次发布到应用程序商店。在我通过xCode上传应用程序后,它表示上传成功,我可以从App Store Connect> Activities查看我上传的版本。它说我的构建正在处理中。但过了一会儿,我的构建消失了。然后我无法选择我的构建。

Does anyone have such experience? How can I know what wrong? I really cannot see any place showing the reasons of failure.

有没有人有过这样的经历?我怎么知道什么是错的?我真的看不到任何显示失败原因的地方。

Thank you.

2 个解决方案

#1


1  

This is because in your project info.plist you have not assign the permission key properly or not entered and give the valid string of using in your app . So , cross check all the key or your app info.plist.

这是因为在您的项目info.plist中,您没有正确分配权限密钥或未分配权限密钥,并在您的应用程序中提供有效的使用字符串。因此,交叉检查所有密钥或您的应用程序info.plist。

#2


0  

When you upload your app to App Store Connect, app enters a 'processing' state. After it is finished being processed, it either shows in Activity as a new build or it disappears from App Store Connect. The reason can't be seen inside App Store Connect but you do get an email on the email address that you used for authentication (Your apple developer id email address). It states the reason why your app doesn't appear, it usually has something to do with missing permissions.

当您将应用程序上传到App Store Connect时,应用程序将进入“处理”状态。处理完成后,它会在Activity中显示为新构建,或者从App Store Connect中消失。在App Store Connect中无法看到原因,但您确实收到了用于身份验证的电子邮件地址的电子邮件(您的apple开发者ID电子邮件地址)。它说明了您的应用程序未显示的原因,它通常与缺少权限有关。

tl;dr: Check your apple developer account email address.

tl; dr:检查您的Apple开发者帐户电子邮件地址。

#1


1  

This is because in your project info.plist you have not assign the permission key properly or not entered and give the valid string of using in your app . So , cross check all the key or your app info.plist.

这是因为在您的项目info.plist中,您没有正确分配权限密钥或未分配权限密钥,并在您的应用程序中提供有效的使用字符串。因此,交叉检查所有密钥或您的应用程序info.plist。

#2


0  

When you upload your app to App Store Connect, app enters a 'processing' state. After it is finished being processed, it either shows in Activity as a new build or it disappears from App Store Connect. The reason can't be seen inside App Store Connect but you do get an email on the email address that you used for authentication (Your apple developer id email address). It states the reason why your app doesn't appear, it usually has something to do with missing permissions.

当您将应用程序上传到App Store Connect时,应用程序将进入“处理”状态。处理完成后,它会在Activity中显示为新构建,或者从App Store Connect中消失。在App Store Connect中无法看到原因,但您确实收到了用于身份验证的电子邮件地址的电子邮件(您的apple开发者ID电子邮件地址)。它说明了您的应用程序未显示的原因,它通常与缺少权限有关。

tl;dr: Check your apple developer account email address.

tl; dr:检查您的Apple开发者帐户电子邮件地址。