Note that there are some explanatory texts on larger screens.

plurals
  1. POAdobe Air app installs at ipad 1 but doesn't on Ipad 3
    primarykey
    data
    text
    <p>We have an air app which works on ipad 1. But when we try to install it on Ipad 3 it fails to install our app (saying useless message). But it is possible to install another apps on this Ipad. We have Adobe Air 3.2 SDK. App.xml config is below</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;application xmlns="http://ns.adobe.com/air/application/3.0"&gt; &lt;id&gt;com.comapping.ipad&lt;/id&gt; &lt;versionNumber&gt;1.0.0&lt;/versionNumber&gt; &lt;publisherID&gt;................................&lt;/publisherID&gt; &lt;filename&gt;Comapping&lt;/filename&gt; &lt;name&gt;Comapping&lt;/name&gt; &lt;description&gt;.........................&lt;/description&gt; &lt;copyright&gt;Copyright (c) 2010 Comapping A/S&lt;/copyright&gt; &lt;initialWindow&gt; &lt;autoOrients&gt;true&lt;/autoOrients&gt; &lt;aspectRatio&gt;landscape&lt;/aspectRatio&gt; &lt;title&gt;Comapping&lt;/title&gt; &lt;visible&gt;true&lt;/visible&gt; &lt;content&gt;comapping.swf&lt;/content&gt; &lt;renderMode&gt;cpu&lt;/renderMode&gt; &lt;fullScreen&gt;true&lt;/fullScreen&gt; &lt;/initialWindow&gt; &lt;installFolder&gt;Comapping Desktop&lt;/installFolder&gt; &lt;programMenuFolder&gt;Comapping Desktop&lt;/programMenuFolder&gt; &lt;icon&gt; &lt;image72x72&gt;icons/application-72.png&lt;/image72x72&gt; &lt;image48x48&gt;icons/application-48.png&lt;/image48x48&gt; &lt;/icon&gt; &lt;fileTypes&gt; &lt;fileType&gt; &lt;name&gt;Comapping&lt;/name&gt; &lt;extension&gt;comap&lt;/extension&gt; &lt;description&gt;Comapping Document&lt;/description&gt; &lt;contentType&gt;text/xml&lt;/contentType&gt; &lt;/fileType&gt; &lt;fileType&gt; &lt;name&gt;Comapping&lt;/name&gt; &lt;extension&gt;meadmap&lt;/extension&gt; &lt;description&gt;Comapping Document&lt;/description&gt; &lt;contentType&gt;text/xml&lt;/contentType&gt; &lt;/fileType&gt; &lt;/fileTypes&gt; &lt;iPhone&gt; &lt;InfoAdditions&gt; &lt;![CDATA[ &lt;key&gt;UIDeviceFamily&lt;/key&gt; &lt;array&gt; &lt;string&gt;2&lt;/string&gt; &lt;/array&gt; ]]&gt; &lt;/InfoAdditions&gt; &lt;requestedDisplayResolution&gt;high&lt;/requestedDisplayResolution&gt; &lt;/iPhone&gt; </code></pre> <p></p> <p>Any ideas?</p> <p>P.S. I've found error log</p> <pre><code>Jul 17 16:15:54 unknown installd[699] &lt;Error&gt;: 0038a000 verify_signer_identity: Could not copy validate signature: -402620395 Jul 17 16:15:54 unknown installd[699] &lt;Error&gt;: 0038a000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.KjzWxA/foo_extracted/Payload/Comapping.app </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload