Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Application Loader error ITMS-90098
Hi all,This morning i tried to upload my application to itunes store to review it.I used the Application Loader from Apple to do this job but, after few minutes, the process failed with this error during the uploading:ERROR ITMS-90098: This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'bluetooth-le' which is incompatible with the MinimumOSVersion value '9.0'I put the key bluetooth-le in the application .plist to force the installation only on the compatible devices. (because the ios app will communicate trought BTLE with a specific device.)Thanks in advance.
1
0
795
Oct ’15
Error ITMS-90513
I am trying to submit my AppleTV app to the store but I am getting 2 of these errors when the archive is uploaded:Missing info.plist KeyCGBundleicons.CFBundlePrimaryIcon key is missingTVTopShelfImage.TVTopShelfPrimaryImage key is missingAll images are included int eh assett catalog. Anyone else have this issue?
2
0
1.3k
Oct ’15
iTunesconnect upload error
Upload today through application loader and get this.Application Loader 3.3ERROR ITMS-90049: This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Application Bundle.]ERROR ITMS-90057: Missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString.ERROR ITMS-90056: This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion.
3
0
469
Oct ’15
Does iOS9 Support OTA Distribution of Enterprise apps?
Hi there,I'm having trouble getting our devices to download an enterprise app from our server. Using the following href, itms-services://?action=download-manifest&url=https://www.mydomain.com/manifest.plist, once clicked I get the following error in a Safari/iOS alert box. Cannot connect to www.mydomain.com.Does anyone know if a malformed manifest file would produce this error? Or is it something happening before the manifest files is even read. Unfortunately I don't know if that error is being triggered when the manifest is accessed, or when the .ipa is. Either way the MIME types are set on both the .plist and .ipa file types on IIS, and everything is being served over SSL. Any help would be great appreciated. This App was built with Phone Gap Build, and I can successful add it to iOS devices via Xcode's Device window using our Enterprise Distribution Certificate and Provisioning profile.
1
0
763
Oct ’15
Bundle identifier contains disallowed characters
ApplicationLoader is failing validation with the following error:ERROR ITMS-90049: This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Application Bundle.]The application bundle identifier contains all acceptable characters based on the following description. The bundle identifier, as specified via the key CFBundleIdentifier in the bundle's Info.plist file, must consist only of characters that are uppercase or lowercase Roman letters (A-Z, a-z), the digits 0 through 9, dot (.), or hyphen (-). However, the application pulls in third-party dependencies through Cocoapods, and those dependencies contain Info.plist files that have bundle identifiers set to the following:$(PRODUCT_BUNDLE_IDENTIFIER)CORP.$(PRODUCT_NAME:rfc1034identifier)com.company.${PRODUCT_NAME:rfc1034identifier}Is there something wrong with those bundle identifiers referencing build settings? The PRODUCT_BUNDLE_IDENTIFIER and PRODUCT_NAME setting
0
0
1.5k
Oct ’15
Generic error: “Error uploading to the iTunes Store” in submission
When I try to upload the new version of an app to the iTunes Store with Xcode I get error: Error uploading to the iTunes Store. So I tried with the Application Loader and the information was slightly more specific:/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter: line 171: [: Loader.app/Contents/itms/java/lib/rt.jar: integer expression expectedError occurred during initialization of VM java/lang/ClassNotFoundException: error in opening JAR file /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/java/lib/rt.jarWhat should I do to fix it?
1
0
415
Oct ’15
Reply to Cant upload to AppStore with Xcode 7
It did not for me, unfortunately; I still get the same generic error and the following details from the Application Loader:/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter: line 171: [: Loader.app/Contents/itms/java/lib/rt.jar: integer expression expectedError occurred during initialization of VMjava/lang/ClassNotFoundException: error in opening JAR file <Zip file open error> /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/java/lib/rt.jar
Oct ’15
Ad-hoc distribution of tvOS IPA
I'm wondering if it's possible to distribute an tvOS app IPA to - in my case - clients, such that they can install it on their Apple TV without Xcode and not via TestFlight. On iOS one can use an ITMS link to the correct manifest plist and IPA. Is there any similar method for tvOS?
0
0
487
Nov ’15
What characters are allowed in title field?
I am getting the following error when trying to upload a new inApp Purchase using the iTMSTransporter:ERROR ITMS-4134: Invalid title for in-app purchase with product_id='<scrubbed>', locale='en-us' - it must not contain the following characters: '♥'. at Software/SoftwareMetadataI also get an error for: ✦.What are the rules for allowed characters in the title field?
3
0
246
Nov ’15
Reply to 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
Having exact same problem with ERROR ITMS-90046: Invalid Code Signing Entitelments> You application bundle's signature contains code signing entitelments that are not supported in iOS. Specifically value '*' for key 'com.apple.developer.assocated-domains' in 'Payload....' is not supported. I have tried suggested ideas of disabling Associated Domains and turning on Associated Domains in Capabilities and then deleting in entitlements. Niether of these worked. This app has not changed any of these items and is in the App Store, so something else has changed outside of my app. The Archive builds and validates it only has the problem when sending to Uploading to Apple Store from Xcode or with the Application Loader.Need further diagnostics from Apple on what is meant by Specific value * for key com.apple.developer.associated-domains is not supported. Where is this key beings set in my app? How do I change this or remove this?
Nov ’15
Warning about a watch extension replaced by a WatchOS 2 app
When I did submit my application to iTunes Connect via Xcode 7.1 I received the WARNING ITMS-90573: WatchKit 1.0. Your previous version used an extension for Apple Watch but your current version doesn't...I also received this email:Dear developer,We have discovered one or more issues with your recent delivery for Once - One match per day. Your delivery was successful, but you may wish to correct the following issues in your next delivery: WatchKit 1.0 - Your previous version used an extension for Apple Watch but your current version doesn’t. Users who haven’t updated their Apple Watch to watchOS 2 or later may lose access to their Apple Watch extension. After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.Regards,The App Store teamMy binary is still in the Waiting for Review state.Is there anybody with some feedbacks about this new warning? Should I expect my binary to be rejected?
8
0
3.2k
Nov ’15