.ipa upload via ApplicationLoader not working

371 views
Skip to first unread message

Apper

unread,
Jul 1, 2015, 7:59:22 AM7/1/15
to rob...@googlegroups.com
Hi, I have the following Problem. Does anybody know a solution?

1. Create ipa via eclipse RoboVM.
2. Try to upload ipa via Application Loader (3.0)
3. Upload not successfull:
Package Summary:
 
1 package(s) were not uploaded because they had problems:
/var/folders/_b/jvd5tt1d0nd53d0nlpcgxkd80000gr/T/1D48D1F1-84A0-450A-9393-DF646FC8EBA4/1014520805.itmsp - Error Messages:
The max number of retries was performed. The package will not be uploaded.


robovm.xml:

<config>

  <executableName>${app.executable}</executableName>

  <mainClass>${app.mainclass}</mainClass>

  <os>ios</os>

 <arch>thumbv7</arch>

   <target>ios</target>

  <iosInfoPList>Info.plist.xml</iosInfoPList>

  <resources>

    <resource>

      <directory>data</directory>

    </resource>

   <resource>

      <directory>resources</directory>

      <skipPngCrush>true</skipPngCrush>

   </resource>

  </resources>

    <libs>

      

      <lib>libs/libUIViewPager.a</lib>

      <lib>libs/libAMSmoothAlert.a</lib>

      <lib>libs/libgoogleanalytics.a</lib>

    <lib>z</lib>

  </libs>

 

  <frameworks>

<framework>CoreData</framework>

<framework>CoreLocation</framework>

<framework>CoreGraphics</framework>

<framework>Foundation</framework>

<framework>SystemConfiguration</framework>

<framework>UIKit</framework>

  <framework>OpenGLES</framework>

<framework>QuartzCore</framework>

<framework>CoreGraphics</framework>

<framework>OpenAL</framework>

<framework>AudioToolbox</framework>

<framework>AVFoundation</framework>

<framework>AdSupport</framework>

  <framework>MessageUI</framework>  

  <framework>EventKit</framework>

  <framework>EventKitUI</framework>

  </frameworks>

 <forceLinkClasses>

     <pattern>com.android.okhttp.HttpHandler</pattern>

     <pattern>com.android.org.conscrypt.OpenSSLProvider</pattern>

     <pattern>org.apache.harmony.security.provider.cert.DRLCertFactory</pattern>

     <pattern>com.android.org.bouncycastle.jce.provider.BouncyCastleProvider</pattern>

     <pattern>org.apache.harmony.security.provider.crypto.CryptoProvider</pattern>

     <pattern>com.android.org.conscrypt.JSSEProvider</pattern>

 </forceLinkClasses>

</config>


Info.plist:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

    <key>CFBundleDevelopmentRegion</key>

    <string>de</string>

    <key>CFBundleDisplayName</key>

    <string>${app.name}</string>

    <key>CFBundleExecutable</key>

    <string>${app.executable}</string>

    <key>CFBundleIdentifier</key>

    <string>${app.id}</string>

    <key>CFBundleInfoDictionaryVersion</key>

    <string>7.0</string>

    <key>CFBundleName</key>

    <string>${app.name}</string>

    <key>CFBundlePackageType</key>

    <string>APPL</string>

    <key>CFBundleShortVersionString</key>

    <string>${app.version}</string>

    <key>CFBundleSignature</key>

    <string>????</string>

    <key>CFBundleVersion</key>

    <string>${app.build}</string>

    <key>LSRequiresIPhoneOS</key>

    <true/>

   <key>MinimumOSVersion</key>

        <string>8.0</string>

    <key>UIDeviceFamily</key>

    <array>

        <integer>1</integer>

    </array>

   

<key>NSLocationAlwaysUsageDescription</key>

<string> I neet location</string>

    <key>UIRequiredDeviceCapabilities</key>

    <array>

        <string>armv7</string>

    </array>

    <key>UISupportedInterfaceOrientations</key>

    <array>

        <string>UIInterfaceOrientationPortrait</string>


    </array>

<key>CFBundleIcons</key>

<dict>

<key>CFBundlePrimaryIcon</key>

<dict>

<key>CFBundleIconFiles</key>

<array>

<string>Icon</string>

<string>Icon@2x</string>

<string>Icon-76</string>

<string>Icon-76@2x</string>

<string>Icon-40@2x</string>

<string>Icon-40</string>

<string>Icon-40@3x</string>

<string>Icon-60@2x</string>

<string>Icon-60@3x</string>

</array>

</dict>

</dict>

</dict>

</plist>


Niklas Therning

unread,
Jul 1, 2015, 8:40:26 AM7/1/15
to Apper, rob...@googlegroups.com
The error message says:

"The max number of retries was performed. The package will not be uploaded."

Did you retry many times?


--
You received this message because you are subscribed to the Google Groups "RoboVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robovm+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Apper

unread,
Jul 1, 2015, 8:41:48 AM7/1/15
to rob...@googlegroups.com, beni...@gmail.com
Yes! I tryed it 10 - 15 times (the whole morning until now)

Niklas Therning

unread,
Jul 1, 2015, 9:29:51 AM7/1/15
to Apper, rob...@googlegroups.com
so what was the error before apple started to complain about you retrying too many times?

Apper

unread,
Jul 1, 2015, 9:34:10 AM7/1/15
to rob...@googlegroups.com, beni...@gmail.com
1st. I startet Application Lodader -> pressed Deliver Your App
2nd. Choose my ipa File (everything is fine)
3rd. Started uploading file ->

Error: unable to process validateMetadata request at this time due tp a general error (1019).

Try to Send ipa again causes the error : The max number of retries was performed. The package will not be uploaded.

Niklas Therning

unread,
Jul 1, 2015, 9:59:25 AM7/1/15
to Apper, rob...@googlegroups.com
"unable to process validateMetadata request at this time" sounds like a temporary issue with Apple's servers to me. Please give it a day and then retry.

Apper

unread,
Jul 3, 2015, 3:29:53 AM7/3/15
to rob...@googlegroups.com, beni...@gmail.com
I tried to upload again today! 

Today there is not message: "unable to process validateMetadata request at this time" but the upload does not work!

It says after 5 minutes and upload 3 times that The max number of retries was performed. The package will not be uploaded.
Reply all
Reply to author
Forward
0 new messages