Error ITMS-90047 iTunes Connect - ios

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.

Related

App downgrading automatically , distributed outside of appStore for Diawi from Xcode8.2.1?

I am stuck in a weird scenario , I created a build in xcode 8.2.1 by selecting distribute outside appstore then I uploaded the ipa file to diawi.com . By using the link I installed the build in my device it was running successfully but when I opened the app again its in the old version of the same app. I don't understand how it happened, I already removed the old version of the app from device before installing the new version.
I don't think it is to do with any certificates or provisioning profile.
Please help me if someone has encountered the same issue like this.
Thank you.
Try changing the build version while creating a build and make sure you export the ipa using correct build from archive utility.And sign out from Diawi and create a link.So none of your old builds are interfered.

How to build .ipa and install it on iphone form xcode?

I have installed MacOS 10.12 Using VMware and successfully implemented Ionic 2 app for IOS. I have also generated an .ipa file using the following method:
Clean your project.
Build your project.
Go to products menu -> select build for -> select Profiling.
In project navigator, find your .app product.
Right click on it and click show in finder.
There you will find folder named "Release-iphoneos", in
this folder you will find your .app extension file.
Create a
folder named "Payload", copy that .app file in this folder.
Archive your folder.
After archive, rename your folder to name of
your app and change its extension from ".zip" to ".ipa"
Your ipa is ready for sharing.
From the above technique I got my .ipa file. Then, to install this app on iPhone i am using www.diawi.com . Now the problem is, when i am installing app from my safari browser on iphone download issue is showing. My internet connection is all good. I can also see the installation process on my iphone but app is not installing.
Note: I don't have Apple developer program. I need to build and install this app for testing in different iPhones.
Please suggest any other way to install my app on iPhone or another technique to build and share the app. My configuration is as follows:
Mac OS - 10.12 Sierra(VM-ware machine), Xcode- 8.3.3.
I tried so many articles but not sure where am i getting wrong. please suggest.
For that you will need to be enrolled with the Apple developer program (99$ a year). There is no other way.
Or you need to install it manually by plugging the iPhone in the computer and running the code in XCode (keep in mind that the default certificate will let your app run for 7 days then it will get expired)
to make .ipa file Archive your project and export your binary as developent or deployment.
You can install your .ipa file manually.Connect your iPhone with your computer and drag .ipa file in your iPhone application folder.

Can't submit ios app for review after installing osx security update

I installed the latest osx security update (https://support.apple.com/en-ca/HT207130) and tried to archive an update for my ios app. The archive was successful. However, after uploading the build to itunes connect with the Application loader, I received the following email :
When trying to submit my app for review I got this other error message :
I am clearly not running any beta build of macos or xcode. Here is my setup : OSX El Capitan 10.11.6, Xcode 7.3 (7D175)
Any one having the same issue? How did you get around this?
Since there have been many errors at iTunes Connect which Apple still can't solve on macOS Sierra (10.12) when uploading archives(build) of our applications,
You must use Xcode 8 no matter what on macOS Sierra
These are common errors that is happening when we upload our archive from Xcode 7.3.1 on macOS Sierra (10.12)
ERROR ITMS - 90163 (No.App bundle found)
Now your problem
Changing the build version or Xcode version from info.plist doesn't seen to worked. Believe me, I have tried many alternative hacking ways. Finally I gave up. Instead install Xcode 8 and Xcode 7.3.1 parallel on my mac because I am not ready for migration.
Archive your build from Xcode 7.3.1 and export it's ipa from App Store Release. Then, use Application Loader of Xcode 8 to upload your build to App Store.
Hope this help.
From this thread, try this:
I was able to submit without warnings or errors by digging into the
.xcarchive and modifying the info.plist of the app.
Change the key
<key>BuildMachineOSBuild</key>
<string>15G1004</string>
to the value for the original 10.11.6
<key>BuildMachineOSBuild</key>
<string>15G31</string>
Then export the IPA or submit to the app store as usual.
I didn't test so it could not fix your problem.
From this same thread, this seems to be a recurrent issue when Security Updates are released.
If #marco-santarossa's method does not work, you can wait for Apple to update iTunes Connect so that they accept the new OS build version, or contact support hoping they can speed this up.
I did and after a few hours the same build I had uploaded was submitted for review.

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.

Wirelessly install app from XCode on (jailbroken) iDevice

I build my app for iPhone (without code-signing, with help of Jailcoder utility). How to install it on my jailbroken device over Wi-Fi? I need only to install it, without running/debugging from XCode.
As an approach I tried to pack it as IPA and download in Installous, but installation failed with unexpected content error message.
Is there a working method?
I found basic instructions for transferring IPA's to jailbroken iPhones over WiFi here: http://www.ehow.com/how_12098417_send-ipa-ipod-touch.html
Cheers!
I solved it via Installous. Previously the build was not configured for my device and thats why there was an error.
Steps:
archive build in XCode (Product->Archive)
reveal the archive folder in finder, get app folder from it
place app folder into Payload folder and compress this all
change extension from .zip to .ipa
in Installous get device IP adress, than enter it in desktop browser
upload ipa file
You can do it by generating a build, transferring it to your device using sftp, and then installing it on the device by using installipa. Here is a tutorial i wrote on it.

Resources