4

I experience big trouble with the iOS provisioning / certification.

Recently I submitted an app to App Store with a normal App Store Distribution Certificate. And then I wanted to create a AdHoc Beta Test for another app, and I am not sure what happened next but now the Provisioning Portal doesn't list my App Store Distribution Certificate anymore. Instead it only lists my AdHoc BetaTest Certificate.

Also, the Provisioning Portal has no way to create a new Certificate. Recently I renewed my developer account so maybe everything expired causing the trouble?

My Keychain has an entry "iPhone Distribution: Mikhalo Ivanokov", with green checkmark "This certificate is valid", expiring in Nov 10, 2012.

But Provisioning Portal doesn't list this Distribution Certificate. Only the AdHoc BetaTest certificate.

How can I fix this? Does anyone know what might have happened? Did Xcode replace my App Store Distribution Certificate with my AdHoc Distribution Certificate? Can I have two, or must I somehow delete the AdHoc Distribution Certificate first?

4

3 に答える 3

6

配布および開発証明書は1つだけ持つことができます。ただし、複数の配布プロファイルを持つことができます。したがって、あなたの場合、同じ配布証明書を使用して、アドホック配布プロファイルとアプリストア配布配布プロファイルを作成できます。プロファイルは、証明書(開発者または配布者のいずれか)、アプリID、およびオプションでデバイスのリストを組み合わせて作成されることに注意してください。

于 2012-05-05T10:48:39.170 に答える
3

配布証明書を持っていて、誤ってアドホック証明書に変更したようです(プロビジョニングポータルの[配布]タブで簡単に実行できます)。App Storeで更新する場合は、配布証明書をもう1つ作成し、それを使用してアプリケーションに署名する必要があります。

アドホック証明書を削除する必要はありません。開発者のMacで配布証明書とアドホック証明書の両方を維持できます。App Storeおよびアドホック配布で公開するには、適切な種類の証明書を使用してアプリケーションに署名する必要があります。

于 2012-05-05T10:43:22.177 に答える
0

IOS配布証明書の個人アカウントは、3つしか申請できません。

于 2017-06-05T03:15:45.350 に答える