简体   繁体   English

air + iOS:iPad1和iPad2有什么区别

[英]air + iOS: what is the difference between iPad1 and iPad2

I'm have an AIR app which works on iPad1, but it cannot be even installed on iPad2 (app is deployed via iTunes). 我有一个可以在iPad1上运行的AIR应用程序,但它甚至不能安装在iPad2上(该应用程序是通过iTunes部署的)。 There shown something like "failed to install APPID" on iPad. 在iPad上显示类似“无法安装APPID”的内容。 The problem is that I don't have an iPad2, so I can't test. 问题是我没有iPad2,所以无法测试。

What is the difference between instalation on iPad1 and iPad2 that can cause the problem? 在iPad1和iPad2上安装会导致问题的区别是什么?

PS: Here's a command used to build ipa: PS:这是用于构建ipa的命令:

adt -package -target ipa-debug -connect -storetype pkcs12 -keystore ******.p12 
-storepass ****** -provisioning-profile p.mobileprovision app.ipa
application.xml app.swf

There is no difference. 没有区别。 I would guess that your issue is to do with a missing or incorrect UDID number for the iPad2 within your provisioning profile. 我猜您的问题与您的配置文件中iPad2的UDID编号丢失或不正确有关。

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

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