Skip to main content
Participant
October 16, 2012
Question

FB 4.6 / Air 3.4 / Any issue with 3GS

  • October 16, 2012
  • 9 replies
  • 1388 views

Hi all,

I've been working on a mobile app for a while and I did suscessfull tests on a 3GS (was Air 3.3)

Now, I'm running with air 3.4 and I can't install anymore my app on a 3GS (application non compliant message)

I may have change others things than the air version but I don't see what could be the issue.

Any advice on this ?

Thanks

This topic has been closed for replies.

9 replies

gsainsonAuthor
Participant
October 17, 2012

Just a compement ...

I'm building with Windows 7 and by descriptor file is :

<?xml version="1.0" encoding="utf-8" standalone="no"?>

<application xmlns="http://ns.adobe.com/air/application/3.4">

          <id>XXXXXXXX</id>

          <filename>GenericTest</filename>

          <name>GenericTest</name>

          <versionNumber>0.0.13</versionNumber>

   

          <initialWindow>

                    <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>

                    <autoOrients>true</autoOrients>

        <fullScreen>false</fullScreen>

        <visible>true</visible>

        <softKeyboardBehavior>none</softKeyboardBehavior>

        <renderMode>cpu</renderMode>   

    </initialWindow>

          <icon>

                    <image16x16>assets/icons/icon16.png</image16x16>

                    <image32x32>assets/icons/icon32.png</image32x32>

                    <image36x36>assets/icons/icon36.png</image36x36>

                    <image48x48>assets/icons/icon48.png</image48x48>

                    <image57x57>assets/icons/icon57.png</image57x57>

                    <image72x72>assets/icons/icon72.png</image72x72>

                    <image114x114>assets/icons/icon114.png</image114x114>

                    <image128x128>assets/icons/icon128.png</image128x128>

                    <image512x512>assets/icons/icon512.png</image512x512>

          </icon>

          <iPhone>

                    <InfoAdditions>

            <![CDATA[

                <key>UIDeviceFamily</key>

                <array>

                    <string>1</string> <!-- iPhone -->

                    <string>2</string> <!-- iPad -->

                </array>

                                        <key>UIRequiresPersistentWiFi</key>

                <string>YES</string>               

                      <key>UIApplicationExitsOnSuspend</key>

                      <string>YES</string>     

                      <key>UIRequiredDeviceCapabilities</key>

                <array>

                   <string>gps</string>

                   <string>camera-flash</string>

                 </array>

            ]]>

        </InfoAdditions>

                    <Entitlements>

            <![CDATA[

                      <key>get-task-allow</key>

                      <true/>

                      <key>aps-environment</key>

                      <string>development</string>

                      <key>application-identifier</key>

                      <string>XXXXXXXX.GenericTest</string>

                <key>keychain-access-groups</key>

                <array>

                    <string>2XWA95BMEJ.*</string>

                </array>

            ]]>

        </Entitlements>

                    <requestedDisplayResolution>standard</requestedDisplayResolution>

          </iPhone>

  </application>

Any help would be welcome !!!!

October 17, 2012

Hi

I have the same issue. Do you find a solution ?

bolo

Colin Holgate
Inspiring
October 17, 2012

I have run AIR 3,4 and AIR 3.5 apps on a 3gs, so I believe it should work for you.

It seems odd that you have comments inside CDATA tags. Does it make a difference if you take out the various comments?