简体   繁体   English

通过临时分发iOS应用在iTunes connect中创建一些记录?

[英]Distributing iOS app via ad-hoc creating some record in iTunes connect?

I need test my app by other people but I dont have developer 99$ account so I ask my friend with this account to make an ipa file. 我需要其他人测试我的应用程序,但我没有开发人员99 $帐户,因此我请具有该帐户的朋友制作一个ipa文件。 I need this app now and dev. 我现在需要这个应用程式和开发人员。 registration process needs some time. 注册过程需要一些时间。 My question is if during this process of creating ipa file via ad-hoc distributing is creating some record in iTunes connect or in his account? 我的问题是,在通过临时分发创建ipa文件的过程中,是在iTunes connect还是在他的帐户中创建一些记录?

I think NO, you can not create a .ipa file if you dont have any activate apple account. 我认为不,如果您没有任何激活的Apple帐户,则无法创建.ipa文件。 Because you will have to need to set your code signing settings before making an .ipa file which you can not set without a valid profile. 因为在制作.ipa文件之前,您将需要设置代码签名设置,而没有有效的配置文件则无法设置。 So first of all you should have a paid activate apple account, then create a valid profile for your app, set your app's code signing,.. only when you can make .ipa file. 因此,首先,您应该有一个付费的激活Apple帐户,然后为您的应用创建有效的配置文件,设置应用的代码签名,..仅当您可以创建.ipa文件时。

Your app should have a unique bundle id. 您的应用应具有唯一的捆绑包ID。

Your friend would have to create an Ad-Hoc provisioning profile for this bundle id in iTunes Connect to be able to sign the app. 您的朋友将必须在iTunes Connect中为此捆绑包ID创建临时配置文件,才能对应用程序进行签名。 The app can't run if it isn't signed. 如果未签名,则该应用无法运行。

Creating the .ipa file or Ad-Hoc distribution will not create any entries on iTunes Connect or your friends Account by itself. 创建.ipa文件或Ad-Hoc发行版本身不会在iTunes Connect或您的朋友帐户上创建任何条目。

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

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