简体   繁体   English

将新的应用程序版本提交到应用程序商店时,我是否必须创建新的配置文件?

[英]Do i have to create new provisioning profile when submitting new app version to app store?

So, i have to release a new version for an iOS app that's currently in the app store, and i ask if i have to create a new provisioning profile for distribution or just use the old profile.因此,我必须为当前在应用程序商店中的 iOS 应用程序发布新版本,并询问我是否必须创建新的配置文件以进行分发或仅使用旧的配置文件。 (sorry if this question is so stupid but i spent more than 2 hours searching in google and no response found) (对不起,如果这个问题太愚蠢了,但我在谷歌上搜索了 2 个多小时,但没有找到回复)

Short answer, No. Just an update on Riyaz's answer.简短的回答,不。只是 Riyaz 回答的更新。

Even for multiple apps belonging to your company OR your app versions, you don't need to create multiple profiles.即使对于属于您公司或您的应用程序版本的多个应用程序,您也不需要创建多个配置文件。 This can be achieved by wildcard profiles and we do this all the time.这可以通过通配符配置文件来实现,我们一直都在这样做。

  1. Add a wildcard identifier in identifiers section like: com.MyCompanyName.*在标识符部分添加通配符标识符,例如:com.MyCompanyName.*
  2. Add a profile linked to this wildcard identifier with a valid certificate使用有效证书添加链接到此通配符标识符的配置文件

You can use this for apps with identifiers matching the wildcard, like com.MyCompanyName.NewApp.您可以将其用于标识符与通配符匹配的应用程序,例如 com.MyCompanyName.NewApp。

No, there is no need to create new provision profile when you just update your existing app on app store. 不,当您在应用商店上更新现有应用时,无需创建新的配置文件。 But make sure your previously provision profile working correctly with distribution environment. 但是,请确保您之前的配置文件可以在分发环境中正常工作。 Hope this help you... 希望这对您有帮助...

This is simple: 这很简单:
- You need 1 certificate for distribution of all apps. -您需要1个证书才能分发所有应用。
- You need 1 profile for all versions of a single app, if you have 5 apps then you need to create 5 profiles(1 certificate will work for all) -对于一个应用程序的所有版本,您需要一个配置文件;如果您有5个应用程序,则需要创建5个配置文件(1个证书适用于所有应用程序)

So the answer is NO . 因此,答案是否定的

regards, Riyaz 问候,里亚兹

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将新版本的应用程序提交到App Store - Submitting New Version Of The App To The App Store 向 App Store 上被拒绝的应用程序提交新版本 - Submitting a new version to a rejected app on App Store 向 App Store 提交应用程序时应使用分发配置文件 - A Distribution Provisioning profile should be used when submitting apps to the App Store 提交构建到App Store时错误/自动生成配置文件 - Wrong/AutoGenerated Provisioning Profile when Submitting Build to App Store 在向App Store提交更新时考虑新的iOS版本 - Taking new iOS version into account when submitting an update to the App Store 为现有应用程序创建新的IOS应用程序证书和配置文件 - Create new IOS app certificate and provisioning profile for existing app 如果我创建新的应用程序ID,是否必须重新创建配置文件? - Do I have to recreate provisioning profiles if I create new App ID 预配置文件到期后上传新的应用版本 - Uploading new app version after expiration of provisioning profile 我可以使用新的证书和配置文件在iTunes Connect上添加我的应用程序的版本吗? - Can I use new certificate and provisioning profile to add version of my app on iTunes Connect? 通过XCode将应用提交到App Store时未显示我的配置文件 - My provisioning profile not showing when submitting app to App Store through XCode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM