使用Xcode创建无线清单文件(.plist扩展名)

时间:2022-11-21 23:55:51

My client want to use "Installing apps wirelessly" feature.

我的客户想要使用“无线安装应用”功能。

Using this he can download application directly from my server no need to synchronize his device. I search on Internet and I got some information, for that I need two files

使用它,他可以直接从我的服务器下载应用程序,无需同步他的设备。我在互联网上搜索,我得到了一些信息,因为我需要两个文件

  1. The app (.ipa) file
  2. 应用(.ipa)文件

  3. The manifest (.plist) file.
  4. 清单(.plist)文件。

I know how to create (.ipa) file but i have no idea about (.plist) file. If any one having idea how to create (.plist) file please share your idea.

我知道如何创建(.ipa)文件,但我不知道(.plist)文件。如果有任何人知道如何创建(.plist)文件请分享您的想法。

2 个解决方案

#1


10  

If you export your AdHoc archive and check the 'Enterprise distribution' box, the .plist is exported to the same directory with the same name as the ipa. I did this today for the first time, hosted it on my server and it worked.

如果导出AdHoc存档并选中“企业分发”框,则.plist将导出到与ipa同名的同一目录中。我今天第一次这样做,在我的服务器上托管它并且它工作。

Check this: http://www.paradeofrain.com/2010/11/taking-the-pain-out-of-ad-hoc-testing/

检查:http://www.paradeofrain.com/2010/11/taking-the-pain-out-of-ad-hoc-testing/

#2


2  

I use Betabuilder, you could find it on github. Use it with your ipa, and just upload the files created by the app to a web server an you're good to go.

我使用Betabuilder,你可以在github上找到它。将它与您的ipa一起使用,只需将应用程序创建的文件上传到Web服务器就可以了。

#1


10  

If you export your AdHoc archive and check the 'Enterprise distribution' box, the .plist is exported to the same directory with the same name as the ipa. I did this today for the first time, hosted it on my server and it worked.

如果导出AdHoc存档并选中“企业分发”框,则.plist将导出到与ipa同名的同一目录中。我今天第一次这样做,在我的服务器上托管它并且它工作。

Check this: http://www.paradeofrain.com/2010/11/taking-the-pain-out-of-ad-hoc-testing/

检查:http://www.paradeofrain.com/2010/11/taking-the-pain-out-of-ad-hoc-testing/

#2


2  

I use Betabuilder, you could find it on github. Use it with your ipa, and just upload the files created by the app to a web server an you're good to go.

我使用Betabuilder,你可以在github上找到它。将它与您的ipa一起使用,只需将应用程序创建的文件上传到Web服务器就可以了。