Application Loader client version does not meet required version - ios

i'm uploading some ipa files with Application Loader, and i have the error :
Apple's web service operation was not successful
Unable to authenticate the package: 697761522.itmsp
Client version 1.5.2.2 does not meet minimum required version 1.6.4 (1046)
I never had this pb before, uploaded several ipa's without worries.
The only thing changing in my ipa's are the use of game center.
thanks !

I solved this problem by downloading Application Loader greater than 1.6.4.
Here is the download link: https://itunesconnect.apple.com/apploader/ApplicationLoader_2.5.1.dmg
Install it. After installing, run the application loader, login to itunes connect and that's it, you can upload now your updates.

Related

Install iOS application using MDM

We have provided an ipa file to client and they are trying to install it using MDM on there registered mobile devices. This MDM is entirely managed by client and we are ONLY providig ipa file to them.
However, when they are trying to install the app they are getting below error.
Unable to insall "my-app". Please try again later
We have generated ipa file using Ad-Hoc option. This application we have developed using ionic and angularJS.
So do we need to specify any settings/configuration which will work with MDM also?
Any help on this appreciated !

Error ITMS-90047 iTunes Connect

I'm trying to upload my application (build in Xamarin Studio) via Application Loader (version 3.0.0) to iTunes Connect but I keep getting Error ITMS-90047 (see screenshot).
I've submitted previous versions of the application to iTunes Connect (last was 6 days ago) without a problem (the 64bit warning was there but currently I'm using iTunes Connect just for beta testing so it's not a problem).
Here is my .plist file:
I've tried doing clean build, deleting everything from bin directory. Nothing helps. Not even google.
I'd be very grateful for any help cause I'm stuck.
I have exactly the same problem.
You can try delete this plist, it works for me.
Unzip your ipa
Go to destination folder and compress "Payload" folder
Rename it to some_name.ipa
Upload that ipa
Try adding below row in your plist file
Application requires iPhone environment to YES.
I was having a issue with ipa earlier where i was able to create an ipa but was not installing on device. I recently upgraded to XCode 6.2 and build ipa.
Xamarin fixed this issue for applications with 64-bit support.

ad hoc install iphone app using Ubuntu

The single way, as I understand, can be drag&drop .ipa file to iTunes app on laptop while iphone is connected. I tried to install iTunes on Ubuntu, but as there is no linux version, I try with wine/playonlinux. In playonlinux I tried different versions of iTunes from official website. For version 11.1.5 32 bit it says that iTunes Library.itl file was created by previous version of iTunes. Have no idea where to look for this file in Ubuntu or simply download the old lib file... For version 64bit playonlinux says that installation crashed with POL_ error. Trying to install additional POL modules while creating a virtual space failed. Trying to use wine ./iTunes64Setup.exe crashes because my wine wasn't built with 64bit apps support. I tried to ./configure --enable-win64 to install wine64 from sources, but got error like YYLEX is undefined. Following suggestions in another stackoverflow post here it still fails on make depend && make even after installing flex and bison packages and make distclean.
Now, the question is what is the best way to install .ipa app on my iphone using ad-hoc method without itunes or how to install itunes on Ubuntu 14.04 so that it's possible?.
There is also suggestion to try libimobiledevice4, but I don't get it how can I just copy-paste an app.
IF you want to install .ipa app on your iPhone without iTunes you may want to take a look at TestFlightApp. You can upload your adhoc apps to there and then install in on your device directly from the device without iTunes or Xcode.

Stuck at application upload to appstore in mavericks

I am stucked while uploading to app store, with the message "Your application is being uploaded..."
I have tried all the steps mentioned here:Xcode stuck at “Your application is being uploaded”
Things I did,
My firewall protection is off
Changed #https.proxyPort=443 proxy port to https.proxyPort=80 in net.properties.
Tried to upload from Application Loader but stucked at "Authenticating with the iTunes store..."
Deleted old certificate,and provisioning profiles, Got new ones.
None of them are working. My system configuration are as follows: OS : 10.9.2 Xcode :5.0 Java : I upgraded from jdk 6 to jdk 7
Jdk folders at Jdk Folders at /System/Library/Java/JavaVirtualMachines/ and /Library/Java/JavaVirtualMachines are -1.6.0.jdk and -jdk1.7.0_25.jdk ( I have tried with 1.6 alone and 1.7 alone also).
When I run java -version from terminal - java version 1.7.0_25
( I have also tried with version 1.6)
JRE version: From system preferences - > Java -1.7
I have tried to upload from two different places but still no luck.
Are there any other methods to solve this issue? Or is my system configurations, java version ,JRE etc wrong,should i update Xcode?
This is my first upload to app store after upgrading to mavericks/Xcode 5. Prior to this there was no problem. When I validated the app before distributing, it is validated without any problem.
Any help is greatly appreciated.
It happens to me also many times, you can do Something like,
if upload from Application Loader Make sure you are login into itunesconnect in safari.
Uplaod it to some older Version of Application Loader
Upload from Different MAC may some of your friend or colleagues.

What does "unsupported architecture" mean when loading app via Application Loader?

I'm using phonegap build service for our iOS application, (the app is built on HTML5), and the delivered ipa file from phonegap works fine using a development provisioning profile on our devices. However, when attempting to load the app to the app store (using a release provisioning profile for itunes), we get this from the application loader
ERROR ITMS-9000: "Unsupported Architectures. Your executable contains
unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset
(MZItmspSoftwareAssetPackage)
This happens for versions 2.8 and 2.9 of Application loader. We're using Phonegap build service 2.7, 2.9 and 3.0. How can we determine what the "unsupported architectures" are from PhonegapBuild ? is there a method for identifying what features we are using that may be contributing to this error ?
I have managed to successfully upload the app. The issues was that I was running OSX 10.7.5 and running Application Loader 2.8 (AL), which seems to be compatible with Moutain Lion (10.8). Once upgrading to Mountain Lion you can do another update to 10.8.5 which will install Application Loader 2.9. (You can upgrade to 10.8 via the Apple=>"App Store" option on your Mac. It is a paid upgrade.)
If you downloaded the latest AL from the itunes connect portal and install it, it doesn't tell you that it's incompatible with older verions of Mac OSX before 10.8. All you'll get is an obscure message that your ipa is an "unsupported architecture" which in "Appleonean" means "You need to upgrade your version of OSX". Extremely misleading as it's nothing to do with your IPA, it's your OS. Even reading the PDF from Apple about AL there is no indication for minimum system requirements..
same here - this app previously uploaded fine but when I try a support update I get this error along with a warning about a missing icon of 120px, 76px, and 152px

Resources