ITMS-90338

1,571 results found

Post

Replies

Boosts

Views

Activity

Reply to Can't submit app to iTunesConnect
I just got it to work and uploaded about 5 minutes ago. Status in iTC is still Uploaded so I'm not sure if it will go through.Here's what I did:- disabled bitcode in my build settings- removed my watchOS content- targeted only iOS 9.0- used the Xcode 6.4 Application LoaderStill got the same error messages with 7b3 Application Loader but the 6.4 went through with a warning.INFO ITMS-90111: Your app is built with a beta version of Xcode or iOS SDK. Only apps distributed for beta testing may be built with beta software. To submit an app for distribution on the App Store, you will need to build the app with release versions of Xcode and iOS SDK.After typing this out, status is stuck at Uploaded still.
Jul ’15
ITMS 90362 Error during App Store upload
I have built a framework for my app setting supported minimum OS version to 7.0. I was able to build successfully & integrate with my iOS app.Even the App Store validation phase went through successfully.At the time of uploading the binary to AppStore, i got this error - 'ERROR ITMS-90362: Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle/Frameworks/xyz.framework is invalid. The minimum value is 8.0'Now, I am forced to update my minimum OS version to 8.0If only Xcode had suggested this at the compile time that the minimum OS version is 8.0, it would have saved my effort in building & validating the binary.Can Apple fix this in XCode 7 ?
1
0
1.9k
Jul ’15
iTMSTransporter invalid locale name error (ITMS-4136)
Trying to use iTMSTransporter to upload our game's achievement metadata, since I'd rather write an XML exporter than go through the mind-numbing task of entering all that stuff by hand.I'm getting this super weird error message:ERROR ITMS-4136: Invalid achievement locale name (language) for achievement 'achievement_dedication' - unsupported language: 'Swiss German'. at Software/SoftwareMetadata/SoftwareGameCenter'Needless to say, I'm not using Swiss German. My locales are as follows:enfritdeesruptAccording to the iTunesConnectAppMetadataSpecification5.2.pdf document, de sure looks like German and not Swiss German. What gives?
1
0
352
Jul ’15
ERROR ITMS-9000: "This bundle is invalid. invalid XML character '0x0003' at index 769 in Info.plist
HI , who can help me out, i have been trying for a few days now but i can't find the solutioni have a app and a watchkit app and using the Alamofire plugin i have set both version and cfbundle to 2.3.when i try to submit to the App Store i get 2 errorsERROR ITMS-9000: This bundle is invalid. invalid XML character '0x0003' at index 769 in Info.plistERROR ITMS-9000: This bundle is invalid. invalid XML character '0x0003' at index 327 in Info.plisti dont know how to find this error or how to solve it,i tried searching for the info.plist, but i have several and i can't see whats wrongi use XCode Version 6.4 (6E35b)who can help me?
0
0
662
Jul ’15
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/sihri.app/sihr
Hi, please give me a right answer about how to solution this problem: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/sihri.app/sihri' is not supported.Thanks a lot.
16
0
24k
Jul ’15
Bad Bundle Executable - valid CFBundleExecutable key
I've created a bundle MyApp.app. I've signed it with codesign, then created a signed package MyApp.pkg using productbuild.Then I've used installer command to test its installation.Both bundle and package, works with no problem in my box.But when I try to upload it to App Store, it returns an error:ERROR ITMS-90259: Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file.When check the bundle content, I've found the executable: MyApp.app/MacOS/myapp and MyApp.app/MacOS/myapp-bin, while in my Info.plist I found:<key>CFBundleExecutable</key><string>myapp</string>Then it apears its correct!What value should be on CFBundleExcutable is considered valid to upload to App Store? No documentation exists, and errors don't show the answer.
2
0
2.2k
Aug ’15
submitting in app purchases with hosted content
Has ANYONE been able to submit any in app purchases with hosted content?It broke for me about a year (2 years?) ago, i submitted a DTS who told be to submit a bug report which got acknowledged by an apple engineer who told me to expedite it with itunes connect who told me they cant. (going through the please send me a description of your problem, computer model etc etc response cycle each time).It still doesnt work. but i find it hard to believe that something as critical as this would take this long to get fixed...It stopped working in xcode first but there was a work around to use application loader to submit hosed content iap's and this worked for a few months then the application loader method broke as well.Get this error when submitting IAP through application loader:ERROR: ERROR ITMS-3000: Line 75 column 82: element software_screenshot missing required attribute position at XPath /package/software/software_metadata/versions/version/locales/locale/software_screenshots/software_screenshot[24]ERRO
2
0
598
Aug ’15
beta-reports-active not present in provisioning profile
Hi alli would like to send a new release to test. But I have some troubble doing it.I red i need to regenerate a new provisioning profile from developer center to allow using test flight service.So i edited the old profile, made sure it had a distribution certificate AppStore, and regenerate.When i check the provisioning profile by:security cms -D -i my.mobileprovision i don't see any<key>beta-reports-active</key><true/>as i aspected, infact if i submit the app to appstore, i got this error:ERROR ITMS-90163: Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'beta-reports-active' in ....Any advice to get it work?thanks
3
0
2.0k
Aug ’15
xcodebuild archive fails ITMS validation
Our app has a watchkit app + extension. Archives from XCode IDE always pass iTunes store validation. However archives generated via xcodebuild command tools (Xcode 6.4; Build version 6E35b) fail this validation with the following errors:ERROR ITMS-90163: Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'aps-environment' in 'Payload/TheDodo.app/PlugIns/DodoExtension.appex/DodoExtension'. ERROR ITMS-90164: Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: '##########.###.##########.######' for the key 'application-identifier' in 'Payload/TheDodo.app/PlugIns/TheDodoWatchKitExtension.appex/TheDodoWatchKitExtension' ERROR ITMS
4
0
5.5k
Aug ’15