带有开发配置的.ipa和带有临时发行配置文件的.ipa有什么区别? [英] What is difference between .ipa with development provisioning and .ipa with adhoc distribution provisioning profile?

查看:85
本文介绍了带有开发配置的.ipa和带有临时发行配置文件的.ipa有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看着堆栈溢出有很多类似的问题,但无法完全理解.据我所知,共有三种类型的配置文件-

I looked on stack overflow there are many similar questions but could not understand exactly. As my knowledge there are three types provisioning profile -

  1. 开发配置文件
  2. 临时分发设置配置文件
  3. 应用商店分发设置配置文件

开发配置文件允许进行测试和调试. 不使用Xcode进行Beta测试的临时分发.

Development provisioning profile allows for testing and debugging. Ad hoc distribution for beta testing without using Xcode.

但是我的问题是..ipa是为使用开发配置或自定义分发配置进行测试而创建的,两者的IPA有什么区别?

But my question is that .ipa created for testing using development provisioning or using adhoc distribution provisioning, What is the difference in both ipa?

感谢您的回答.

推荐答案

Development provisioning profile

开发配置文件用于在设备(iPad,iPhone,iPod Touch)上测试您的应用

the development provisioning profile is for testing your App on a device (iPad, iPhone, iPod Touch)

Ad hoc distribution provisioning profile

临时测试是指您已经完成开发并希望将您的应用分发给多个用户进行测试(第二个问题).只需创建用于即席测试的分发配置文件,然后选择该配置文件对其有效的所有设备ID.在这种情况下,您只需将.app文件和.mobileprovision文件发送给测试您的应用程序的每个用户.

Adhoc testing is when you have completed development and want to distribute your app to multiple users for testing (your second question). Just create a distribution profile for adhoc testing and select all the device ids for which the profile is valid. In that case you will only need to send the .app file and .mobileprovision file to each user testing your app.

Details Desription:

如果您想在不使用App Store的情况下在多台设备上安装软件,则必须使用设备ID号创建一个Ad Hoc分发配置文件,并在所有设备上安装该配置文件和软件设备.

If you'd like to install your software on several devices without using the App Store, you'll have to create an Ad Hoc distribution profile with the device ID numbers, and install that profile as well as the software, on all of the devices.

App store distribution provisioning profile           

要将应用提交到应用商店,您必须选择应用商店"选项来创建分发移动临时文件.

For submission of the app to app store, you have to create a distribution mobile provisional file with the "App Store" option selected.

1.您要测试您的App,然后使用-Development provisioning profile.

1.you want to test your App then use - Development provisioning profile.

2.测试多个用户而不与APP商店进行交互,然后使用-Ad hoc distribution provisioning profile

2.test multiple users without interaction with APP store then use - Ad hoc distribution provisioning profile

2.多个用户与APP商店进行交互,然后使用-App store distribution provisioning profile

2.multiple users interaction with APP store then use - App store distribution provisioning profile

这篇关于带有开发配置的.ipa和带有临时发行配置文件的.ipa有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆