How can I update my App in the App Store if the Distribution Provisioning Profile expired?

后端 未结 5 1505
隐瞒了意图╮
隐瞒了意图╮ 2020-12-17 19:05

I want to update an existing App in the App Store, but the profile I used expired (I\'m not sure, if it has something to do with the corresponding certificate which also exp

相关标签:
5条回答
  • 2020-12-17 19:23

    Every profile and every certificate will expire. As long as the developer account is still the same, simply creating a new distribution cert should do the trick.

    0 讨论(0)
  • 2020-12-17 19:24

    Renew your certificate and provisioning profile at the iOS Developer Portal.

    0 讨论(0)
  • 2020-12-17 19:30

    You need to keep exactly two things the same: the enrolled iOS Developer account you use, and the Target Identifier Property in Xcode (becomes the Bundle Identifier in the app). Do that, and the result will be an update to the same app in the App store.

    Everything else you can renew, recreate in the portal, install on a new Mac, etc., including App IDs (wildcard on not) created in the portal, Developer or Distribution certificates, and provisioning profiles in the portal, installed in Xcode or on the iDevice. You can also change the Bundle display name (under the icon), the Product name, the Target name in Xcode, and maybe even the name of the app as it appears in the App store (if it's not misleadingly different).

    0 讨论(0)
  • 2020-12-17 19:32

    The important part is keep the same bundle id.

    If your provisioning profile has expired or you has to generate another certificate, it doesn't matter.

    Get anew version of you provisioning profile, build your app and it should be fine.

    0 讨论(0)
  • 2020-12-17 19:39

    If the profile is expired, simple renew it or generate a new one. I did it yesterday, my dist profile was expired and I simply deleted it and generated a new one.

    Once a new one certificate is generated, download it, delete the old one from your keychain and add the new one.

    After that, try to build your app. (Sometimes restarting Xcode is required)

    0 讨论(0)
提交回复
热议问题