Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Invalid code signing Entitlements
I created an iOS app in Xamarin Forms, that I am going to upload to Testflight, but I get this error when trying to uploadERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains signing entitlements that are not supported on iOS. Specifically, key 'UIBackgroundModes' in **app-path**' is not supported.My Info.plist is shown below<plist version=1.0> <dict> <key>UIDeviceFamily</key> <array> <integer>1</integer> </array> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key&
1
0
2.8k
Mar ’16
ERROR ITMS-10001 submitting IAP content with Xcode 7.3
SInce upgrading to Xcode 7.3, I can no longer submit IAP content using Application Loader. I was able to upload content before upgrading to Xcode 7.3. Now I need to update my IAP content and I'm getting this error in Application Loader:ERROR ITMS-10001: Multiple items in this package use the same vendor ID. Use unique vendor IDs for the items [software_assets] and resubmit the package.Is anyone else seeing this error?UPDATE:I downgraded to Xcode 7.2.1 and am still seeing this error. It appears that the problem is on the iTunes Connect side.
3
0
573
Mar ’16
ITMS-3000 bundle_version
When trying to Upload to App Store..., I get the followingArchive upload failed with errors:Archive upload failed due to the issues listed below.ERROR ITMS-3000: Line 9 column 28: value of attribute bundle_version is invalid; must be a string with length at most 100 (actual length was 138) at XPath /package/software_assetsI've attempted to change the build number, as I was using a long number, however even when using 1 as my build number and version 1.3, I still am 38 characters over. There doesn't seem to be any indication of how to correct this issue. Where else do I trim characters from? Should I even have to?
0
0
285
Apr ’16
Reply to Distribute app via internet
Dear Mark,in order to distribute you can add a folder to your webserver containing your app (ipa file) and a file.plistto download the apps you should share the link to your plist with itms services true e-mail or a link on your intranet / internet site.itms-services://?action=download-manifest&amp;url=https://yourdomain.com/appfolder/yourlist.pliston your ipad / iphone device you should go to your settings on each device that installed your app over internet and search for your enterprise name and accept apps from it (new in ios 9).example .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>items</key> <array> <dict> <key>assets</key> <array> <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://yoururl.com/appfolder/yourplist.ipa<
Apr ’16
ERROR ITMS-90034: "[...] is not signed using an Apple submission certificate."
Hi there.I'm developing a mobile application on both iOS and Android platforms, using Ionic Framework.I make all certificates by following http://docs.ionic.io/docs/ios-build-profiles, they look all good and compilation with Ionic is successful.Then I upload the .ipa file via Application Loader to make it available on TestFilght.The last build was made on march 18th 2016 with no issue, but Application Loader rejects my build today :✖ ERROR ITMS-90034: Missing or invalid signature. The bundle 'com.ionicframework.oenobook841275' at bundle path 'Payload/Oenobook.app' is not signed using an Apple submission certificate.I tried to recreate every certificate (for distribution), they're all green in my keychain and Developer account.I went back on a previous build thanks to Git.I even did format my Mac, so everything I can use is up to date.Help. 😢
1
0
2.8k
Apr ’16
itms-services is an "Unsupported URL" when registering custom NSURLProtocol
I have a service that returns the itms-service:// url to perform a update on the app that makes the request.I also NSURLProtocol to handle https challenges and authentication space trust with my backend.when I unregister the NSURLProtocol, the system loads the itms-services:// download request fine. When I add my own protocol, the unsupported URL message starts to happen.I tried returning NO to canInitWithRequest: methods containing the itms-services URL scheme with no success. The only way I got it to work is:unregistering the custom NSURLProtocol for the time the service update and the subsequent call to itms-services occuradding an arbitrary statement that returns no when a request to my app update backend URL is detected, therefore not performing custom trust verification to my backend to avoid MITM.Does anyone know how to solve this?
0
0
1.1k
Apr ’16
ERROR-ITMS 90032 Invalid Image Path Xcode 7.3 App Submission Fails
I have been making an attempt to deploy my app for testing, but I am only getting the same error over & over. I have entered the correct dimensions, added the my images for my icon with the correct extensions, removed them and added them back, successfully built, successfully archived, and successfully validated my app... but for some reason my app has STILL NOT successfully been uploaded to the app store. Can someone PLEASE help me out????
1
0
669
May ’16
FBSDK - can not upload app
After integrate app with FB SDK I can't upload it to iTunes Connect.Xcode says:iTunes Store operation failed. This action could not be completed. Try again.AppLoader:ERROR ITMS-90161: Invalid Provisioning Profile. The provisioning profile included in the bundle xxx [Payload/xxx.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal.If I remove FBSDK frameworks and calls from project, app uploads normally.I cant find any permissions connected with FB.What may I do wrong?
1
0
1k
May ’16
ERROR ITMS-90035: "Invalid Signature. Code object is not signed at all.
I've been stuggling with this for over a week.I'm trying to submit the first build to iTunes connect for test-flight. No matter what I do I get the error:ERROR ITMS-90035: Invalid Signature. Code object is not signed at all. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.htmlI finally submitted a technical support incident early this week, and got back a reply wit
4
0
12k
May ’16
ITMS-90668
I was using Shenzhen automatically submit build to testflight everyday. The codebase and CI job works fine.Today I went to this issue, several framework of my cocoapod library reporting incomplete bitcode.I search a while, no any information found.Someone give me a clue where to resolve this issue?The session's status is FAILED and the error description is 'failed to open ssh session. (16)' 11:41:00 ERROR ITMS-90668: Invalid Bundle Executable. The executable file 'Glip.app/Frameworks/Analytics.framework/Analytics' contains incomplete bitcode. To compile binaries with complete bitcode, open Xcode and choose Archive in the Product menu.
5
0
4.8k
May ’16
keep getting this error ITMS-90035
I am trying to submit an old app, but keep getting this errorERROR ITMS-90035: Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.htmlERROR ITMS-90035: Invalid Signature. A sealed resource is missing or invalid. Make sure you have signed your application with a distribution certificate, not an ad hoc
0
0
1.5k
May ’16
Reply to CFBundleShortVersionString with 4 period-separated integers
I have the exact same question.Snapchat also uses 4 integers, currently being 9.31.1.0 - https://itunes.apple.com/en/app/snapchat/id447188370?mt=8However, when I use Application Loader to upload my binary, I get: ERROR ITMS-90060: This bundle is invalid. The value for key CFBundleShortVersionString '2.6.0.0' in the Info.plist file must be a period-separated list of at most three non-negative integers.Can you guys at Apple provide an answer for us? The original question was asked almost 10 months ago...
Jun ’16