不能(AT&QUOT冻结;​​安装")在iPad上安装我的应用程序我的、应用程序、AT、QUOT

2023-09-08 12:17:52 作者:流年 "

我创建在Adobe Flash CC的AS3应用程序。我使用AIR 3.9。 它的伟大工程在Android设备上,但是当我创建了一个.ipa文件,并将其转移到我的iPad(与IO7),我的应用程序是可见的,但冻结安装(什么也没有发生。)

I've created an AS3 app with Adobe Flash CC. I'm using AIR 3.9. It works great on android devices but when I've created an .ipa file and transfer it to my Ipad (with IO7), my app is visible but freeze on "installing" (nothing's happening.)

你知道可能是什么问题?

Do you know what could be the problem ?

非常感谢你对你的答案,

Thank you very much for your answers,

编辑:我使用羊驼Source引擎(的相关信息在这里)

EDIT : I'm using the ALPACA Source engine (Infos Here)

推荐答案

这发生在一个不正确的证书和/或移动配置文件被用来编译应用程序(并在iOS 7的已知错误,它永远不会给出错误消息,只是试图保持在安装应用程序)。

This happens when an improper certificate and/or mobile provisioning file was used to compile the app (and is a known bug on iOS 7. It never gives an error message and just tries to keep installing the app).

您需要确保满足下列条件:

You need to make sure the following are true:

在该应用程序与任何开发或分发证书使用苹果的开发者门户网站作了编译。它的必须来自一个门户网站。我从来没有见过一个工作方式做到这一点不生成的证书那里,我不相信这是可能的。 在使用的移动配置文件相匹配的证书。开发人员证书用于开发配置文件和分发证书用于临时或应用程序商店的设置文件。 同样,确保供应配置文件来自苹果的开发者门户网站。这一个是更灵活一点,我相信它可以通过其他渠道伪造,但何必呢? 的供应配置文件的必须包含设备的UDID。这是没有它从App Store 未来的应用程序可以在设备上安装的唯一途径 您必须使用一个开发(如果你的设备设置为开发)或临时调配的配置文件。一个应用程序商店供应的个人资料将无法安装。 The app was compiled with either a development or distribution certificate made using Apple's developer portal. It must come from that portal. I have never seen a working way to do it without a certificate generated there and I do not believe it is possible. The mobile provisioning file used matches the certificate. A developer certificate is used for a development provisioning profile and a distribution certificate is used for an ad hoc or app store provisioning file. Again, make sure the provisioning profile comes from Apple's developer portal. This one is a little more flexible and I believe it can be faked by other sources, but why bother? The provisioning profile must include your device's UDID. This is the only way an app can be installed on your device without it coming from the app store You must use either a development (if your device is set up for development) or ad hoc provisioning profile. An App Store provisioning profile will fail to install.