简体   繁体   English

为iPhone 4,4S,5和iPad生成ipa

[英]Generate ipa for iPhone 4,4S,5 and iPad

我已经产生IPA下我与架构的应用程序armv6armv7armv7s通过Adhoc证书,其中所有需要的UDID的都包括在即席文件,然后使用创建IPA Archive的过程,但他们甄选委员会安设他们所得到的iTunes同步应用程序失败可以帮助任何人

Note that armv6 was deprecated when iPhone 5 go out. 请注意,iPhone 5外出时不推荐使用armv6

Xcode 4.5 doesn't permit you to buil an ipa for armv6 devices (iphone 3G), only for armv7 and armv7s. Xcode 4.5不允许您为armv6设备(iphone 3G)构建ipa,仅为armv7和armv7s构建。
And Xcode < 4.5 doesn't permit you to build an armv7s... How you can made it all toghether? 并且Xcode <4.5不允许您构建armv7s ...如何一起完成所有工作?

The sync error come on iphone 3G? iPhone 3G上出现同步错误吗? If yes, it's normal, your ipa is not compatible with this phone... 如果是,那是正常现象,您的ipa与这部手机不兼容...

Not an answer to your direct question, but you could try using TestFlight . 不能直接回答问题,但可以尝试使用TestFlight It makes the process of distributing Ad Hoc builds a breeze, completely outside of iTunes. 它使散发Ad Hoc的过程变得轻而易举,完全在iTunes之外。 It's free, by the way. 顺便说一下,它是免费的。

we need to send Adhoc profile also to the user if user want to install the app through iTunes so both the ipa and profile should drag and drop into the iTunes and sync it. 如果用户想通过iTunes安装该应用,我们还需要将Adhoc配置文件也发送给用户,因此ipa和配置文件都应拖放到iTunes中并进行同步。 if we go and down load it from Appstore we need not do it because apple will take care of it 如果我们从Appstore下载它,我们就不需要这样做,因为苹果会照顾它

I think if we use provising profile also we need to do this 我认为如果我们使用证明资料也需要这样做

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

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