This warning appear all times I want to upload a new version to AppStore. How can I fix it?
Search results for
ITMS-90158
1,681 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,I just had a problem submitting a tvOS IPA file I built with Xcode 8. I submitted a previous version with exactly the same build settings a few hours ago without a problem.The error log is:[2016-11-16 14:32:59 EST] <main> INFO: Transporter is skipping bundle update check: Already checked recently.[2016-11-16 14:32:59 EST] <main> INFO: MD5 checksum calculation in the transporter will be skipped.[2016-11-16 14:32:59 EST] <main> INFO: Logging level set to eXtreme[2016-11-16 14:32:59 EST] <main> INFO: Logging configured successfully.[2016-11-16 14:32:59 EST] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties[2016-11-16 14:33:00 EST] <main> DEBUG: Configuration refresh successful.[2016-11-16 14:33:00 EST] <main> DEBUG: Saving configuration to local path: /Users/jradjavitch/.itmstransporter/Defaults.properties[2016-11-16 14:33:00 EST] <main> INFO: iTMSTransporter : iTunes Store Tra
I am having difficulty getting removingPercentEncoding working for an NSString in Cocoa and for String in SwiftFor instance I have a text file of strings (one per line) similar to sample below.http://www.ebay.com/itm/like/272309198212?lpid=82&chn=ps&ul_ref=http%3A%2F%2Frover.ebay.com%2Frover%2F1%2F711-117182-37290-0%2F2%3Fmtid%3D1588%26kwid%3D1%26crlp%3D110544474129_324272%26itemid%3D272309198212%26targetid...My Swift codelet theFile = NSHomeDirectory() + /urls.txt let aString = try String(contentsOfFile:theFile, encoding: String.Encoding.utf8) let myStrings = aString.components(separatedBy: .newlines) for theURL in myStrings { print( (theURL.removingPercentEncoding)!) }My Cocoa codeNSUInteger i; NSString *theFile = [NSString stringWithUTF8String:argv[1]]; NSCharacterSet *newlineCharSet = [NSCharacterSet newlineCharacterSet]; NSString* fileContents = [NSString stringWithContentsOfFile:theFile encoding:NSUTF8StringEncoding error:nil]; NSArray *lines = [fileContents componentsSeparatedByCharact
Check this : http://stackoverflow.com/questions/32544773/how-to-solve-error-itms-90529-on-submit-application-complied-by-xcode-7-gm
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
I am having difficulty getting removingPercentEncoding working for an NSString in Cocoa and for String in SwiftI tried your Swift code and it works fro me. To wit:$ cat urls.txt http://www.ebay.com/itm/like/272309198212?lpid=82&chn=ps&ul_ref=http%3A%2F%2Frover.ebay.com%2Frover%2F1%2F711-117182-37290-0%2F2%3Fmtid%3D1588%26kwid%3D1%26crlp%3D110544474129_324272%26itemid%3D272309198212%26targetid $ cat test.swift import Foundation let theFile = NSHomeDirectory() + /urls.txt let aString = try String(contentsOfFile:theFile, encoding: String.Encoding.utf8) let myStrings = aString.components(separatedBy: .newlines) for theURL in myStrings { print( (theURL.removingPercentEncoding)!) } $ swift test.swift http://www.ebay.com/itm/like/272309198212?lpid=82&chn=ps&ul_ref=http://rover.ebay.com/rover/1/711-117182-37290-0/2?mtid=1588&kwid=1&crlp=110544474129_324272&itemid=272309198212&targetidI’m not sure why it’s not working for you but I suspect there’s something wrong with
Topic:
Programming Languages
SubTopic:
General
Tags:
I need to submit an app, which should support iOS 8.3 upward. But the Application Loader (V 3.6) gives an error (ITMS-90682) saying that asset catelogs are not supported for iOS 8.3 or 8.4. It suggests either to submit for iOS 8.2 or iOS 9.0 to avoid this issue. Is there a solution / workaround to submit the app for iOS 8.3?The complete error messages is : ERROR ITMS-90682: Invalid Bundle. Submitting asset catelogs targeting iOS 8.3 or iOS 8.4 is currently unsupported. You'll either need to change the deployment target back to iOS 8.2 (or lower), or move it forward to iOS 9.0 or later.
itms-apps://appstore.com/<vendor_name> currently does not open the developer/vendor apps page inTVAppStore on tvOS. Any suggestions?
When I tryed to upload an app to App Store, I faced below error.ERROR ITMS-90075: This bundle is invalid. The application-identifier entitlement is missing; it should contain your 10-character Apple Developer ID, followed by a dot, followed by your bundle identifier.My app has four provisioning profiles.1.This app itself2.Provisioning provider extension3.File provider extension4.My own frameworkThese profiles have different app ID prefix from team ID.Previous version that is not included 4.My own framework can upload succesfully even at present.So, I am suspicious of adding this framework caused this error.I checked adding this framework into Embed Frameworks in build phase and I selected the Code Sign On Copy option.Also, I tried below solutions but they didn't work.Technical Q&A QA1814 Setting up Xcode to automatically manage your provisioning profileshttps://developer.apple.com/library/content/qa/qa1814/_index.htmlTechnical Note TN2319https://developer.apple.com/library/prerelease/content/tech
Found the problem : I had mistakenly created the iTunes Connect app record under my own team YYYY, instead of team XXXX.For search purposes : the error number is ITMS-90159
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
I have an app I'm trying to submit to Apple. I've already validated it. I'm using Xcode 7.4 with watchkit extension built with watchOS 1. I have tried changing the watch OS target to 2.0 but when I try to submit to Apple, I get the following error:Invalid WatchKit Support. Starting June 1, 2016, all new watchOS apps submitted to the App Store must be native apps built with the watchOS 2 SDK or later. iPhone apps that introduce a new WatchKit extension for watchOS 1.0 will no longer be accepted. Learn more about developing for watchOS: https://developer.apple.com/watchos/How do I fix this issue? Appreciate if someone could help.
Hi,I have created Dynamic Framework , While importing this dynamic framework into Application it needs to be add in Embedded Binaries.it is working with Both Device and Simulator but when i archive and make .IPA file to submit , I got Below error while submitting app to app store.1) ERROR ITMS-90087: Unsupported Architectures. The executable for sample.app/Frameworks/customFramework.framework contains unsupported architectures '[x86_64, i386]'.2) ERROR ITMS-90209: Invalid Segment Alignment. The app binary at 'sample.app/Frameworks/customFramework.framework/CustomFramework' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.3) ERROR ITMS-90125: The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker.”4) WARNING ITMS-90080: The executable 'Payload/sample.app/Frameworks/customFrame
ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/Hearing Aid Centre.app/Hearing Aid Centre' is not supported. i am getting this error i m developing app through intel xdk
Thanks a lot, that's exactly what I have. Build and signed on XCode without problem, but when I try to submit to iTuneConnect I got error:ERROR ITMS-90035: Invalid Signature. Code failed to satisfy specified code requirement(s). 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). ....codesign --display --requirements - --verbose=4 myapp.appI saw : TeamIdentifier=not setAfter half day research step onto your solution to check certificate permission and find out that I have `Always trust` set (with idea for CI builds not to promot). Then I change back to system default option (same as all other) and rebuild / sign, I got all signed ok. TeamIdentifier got set and ipa was accepted by iTunesConnet !
Topic:
Code Signing
SubTopic:
General
Tags:
I'm updating an existing iPhone App after couple of years now. No real code change now. I'm just doing recompile / build / archive. My build goes through fine.During Upload - Verification I'm stuck with 2 errors relating to icons. I already have these icons in Xcode under Supporting Files in my project with the exact resolution. So I'm intrigued by these 2 errors:ERROR ITMS-90096: Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at <https:/ERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for
Hello, I faced with very hard problem, which I tried to solve for day but in vain. So, I have individual developer account. On my personal page I added 2 more devices except my. This devices belong to my coworkers. Also, I added this devices to my iOS Development provisioning profile. Next, I tried to deploy my app (after archiving it) through ad hoc. All devices were added to ad hoc provisioning profile too.Then, I saved manifest.plist file and app_name.ipa file.I downloaded .ipa file to internet and made it's own download link. I opened manifest.plist and substitute first link (which I indicated in Xcode during making manifest and .ipa files) on created in internet download link for .ipa file. After this changing I downloaded manifest.plist file in internet and made it's own download link. I copied this link and concatenate it with itms-services://?action=download-manifest&url=after that I send this link to my coworkers and they tried to download app, but during loading error occurred. How to s
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
Signing Certificates
Provisioning Profiles