简体   繁体   English

供应配置文件问题?

[英]provisioning profile problem?

i am running my apps with different provisioning profiles.(I am creating one provisioning profile for each application an running in device). 我使用不同的配置文件运行我的应用程序。(我为设备中运行的每个应用程序创建一个配置文件)。 but i want to run all applications in my device(without overwritting previous apps) with only one provisioning profile.I hope , it is possible.when we set apple id only in plist file as "com.myappleid.identifer(123145^&)" identifier will come uniquely automatically.can any one give simple tutorial to create the provisioning profile? 但是我只想使用一个配置文件运行设备中的所有应用程序(不覆盖以前的应用程序)。希望,当我们仅在plist文件中将Apple id设置为“ com.myappleid.identifer(123145 ^&)”时,这是可能的。标识符将自动唯一地出现。任何人都可以提供简单的教程来创建配置文件吗? can i use my previous development certificate for that provisioning profile? 我可以将以前的开发证书用于该配置文件吗?

I think you want a wildcard provisioning profile. 我认为您需要一个通配符配置文件。 If all your apps start with the same identifier, eg com.myappleid.App1, com.myappleid.App2... then you can create a provisioning profile with the identifier com.myappleid.* which would match all of the above. 如果您所有的应用程序都以相同的标识符开头,例如com.myappleid.App1,com.myappleid.App2 ...,那么您可以创建一个标识符为com.myappleid。*的配置文件,该文件将与上述所有标识符匹配。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM