如何在iPhone中创建应用程序包? [英] How to create a application package in iphone?

查看:168
本文介绍了如何在iPhone中创建应用程序包?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用XCode制作了一个小应用程序。如何创建应用程序包以将其安装在iPhone中。任何人都可以帮助我。

I made a small application using XCode. How can i create a application package to install it in the iphone. can anyone help me out of this.

提前致谢。

推荐答案

是的,如上所述,您需要支付99美元的开发者费用。完成后,您可以通过XCode直接部署到已使用配置文件设置的设备。你也可以通过iTunes进行部署(AdHoc发布)。

Yes, as mentioned you will need to have paid the $99 developer fee. Once you do that you can deploy through XCode directly to a device you have setup with a provisioning profile. You can also deploy through iTunes (AdHoc Distribution).

根据你对其他一些答案的回答,也许这就是你要找的信息(假设你有或将拥有开发者帐户):

Based on your responses to some of the other answers, perhaps this is the information you are looking for (Assuming you have or will have the developer account):


  • 将一个512x512 png的Icon图像添加到项目中并将其命名为iTunesArtwork(无扩展名)

  • 使用Ad Hoc分发配置文件构建您的应用程序,确保包含所有目标设备的UDID(此处的说明可在iOS Provisioning Portal中找到: https://developer.apple.com/ios/manage/distribution/distribution.action 和< a href =https://developer.apple.com/ios/manage/distribution/index.action =noreferrer> https://developer.apple.com/ios/manage/distribution/index.action )

  • 右键单击XCode中的目标并选择在Finder中查看

  • 创建一个名为 Payload 的新文件夹

  • 将您的应用复制到Payload文件夹

  • 右键单击Payload文件夹并选择压缩

  • 将新的zip文件重命名为YourApp.ipa(ipa扩展允许它直接由iTunes接听。

  • 分发将.mobileprovision文件(Ad Hoc Distribution Provisioning Profile)和.ipa文件发送给您的用户

  • 让他们将两个文件拖到iTunes中,将它们安装到他们的应用程序库中。然后他们可以按预期同步他们的设备,现在他们在实际设备上有应用程序。

  • Add a 512x512 png image of your Icon to your project and name it iTunesArtwork (no extension)
  • Build your application with an Ad Hoc distribution provisioning profile being sure to include the UDIDs of ALL target devices (Instructions for this can be found within the iOS Provisioning Portal here: https://developer.apple.com/ios/manage/distribution/distribution.action and https://developer.apple.com/ios/manage/distribution/index.action)
  • Right-Click on your target in XCode and choose to View in Finder
  • Create a new folder called Payload
  • Copy your app into the Payload folder
  • Right-Click on the Payload folder and choose Compress
  • Rename the new zip file to YourApp.ipa (the ipa extension allows it to be picked up by iTunes directly.
  • To distribute send both the .mobileprovision file (the Ad Hoc Distribution Provisioning Profile) and the .ipa file to your users
  • Have them drag both files into iTunes to install them into their app library. Then they can sync their devices as expected and now they have the app on an actual device.

可以找到更多帮助此处

这篇关于如何在iPhone中创建应用程序包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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