Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

In-house App cannot be installed if you use "itms-service" scheme on iOS10
Hello, I have tested iOS10 beta and GM Seed, and found a problem that In-house app cannot be installed on iOS10 device if you use itms-service scheme.It happens only when you block app install (hide the App Store icon) on your device by installing profile or set on Settings > General > Restrictions > Installing Apps.Does anyone have the same problem? Is the regulation changed or is there any way to fix this? Thank you.
0
0
561
Sep ’16
ERROR ITMS-90511: "CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.canon.EdsImage'
Hello Friends,I am trying to submit a new app to app store and getting ERROR ITMS-90511: CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.canon.EdsImage' for thirdparty canon framework. Canon framework includes a bundle that has com.canon.EdsImage identifier and we can't change it (as framework becomes unusable).I am not sure why submission process is throwing above error for a thirdparty framework, can anyone please help.
1
0
1.7k
Mar ’17
tvOS ERROR ITMS-90046: "Invalid Code Signing Entitlements
Hi am trying to upload my app to the appStore and begin to test with testFlight, but i have this error: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on tvOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/myapp.app/myapp' is not supported., It is a tvOS app and for this AppID already have an iOS app that use Associate domains to support universal links. is there a way to use the same appId from my ios app with associated domains enabled, in my tvOS app?
2
0
828
Jul ’16
Reply to tvOS - Subscription Management
Calling the following:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions]];on an AppleTV Dev Kit with TvOS Beta 3 results in nothing happening and getting the following message in the log:LaunchServices: ERROR: There is no registered handler for URL scheme itms-apps
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’15
Message: ITMS-90338: Non-public API usage
ITMS-90338: Non-public API usage - The app references non-public selectors in WcBc.iOS: behaviorTypes, convolutionState, discoverAllContactUserInfosWithCompletionHandler:, discoverAllContactsCompletionBlock, discoverUserInfoWithEmailAddress:completionHandler:, discoverUserInfoWithUserRecordID:completionHandler:, discoverUserInfosCompletionBlock, displayContact, drawableResizesAsynchronously, encodeToCommandBuffer:sourceImage:convolutionState:, encodeToCommandBuffer:sourceImage:destinationImage:state:, getProperty:onChannel:responseHandler:, hasProperty:onChannel:responseHandler:, initWithEmailAddresses:userRecordIDs:, initWithMIDIEntity:dataReadyHandler:, initWithZoneID:options:, initWithZoneID:subscriptionID:options:, isPublicDatabase, mouseUpAction, newDrawable, propertyChangedCallback, removeAllAppearanceStreams, replaceTextStorage:, retrieveConnectedPeripherals, retrievePeripherals:, setDiscoverAllContactsCompletionBlock:, setDiscoverUserInfosCompletionBlock:, setDrawableResizesAsynchronously:, s
3
0
1.2k
Jul ’20
ITMS - 90714 Invalid Binary Error occurred while upload the app into TestFlight
We are received the following error while uploading the application into TestFlight. **ITMS-90714: Invalid binary - The app contains one or more corrupted binaries. Please rebuild the app and resubmit. ** After sometimes we submit the same application without changing the configurations application submitted successfully into the App Store. We are using the Xcode 15.3 version.
3
0
1.3k
May ’24
ITMS-90338: Non-public API usage : setSupportedInterfaceOrientations
Hello developers ! My team and I are currently trying to migrate to the new Xcode 16 version. We encounter a blocker problem with the new Xcode when submitting a new build on TestFlight. The problem : ITMS-90338: Non-public API usage - The app references non-public selectors in AccorHotelsApp: setSupportedInterfaceOrientations:. We tried several things to solve the issue : remove all the frameworks that are not built by us ; the issue is still present remove the code related to this API in our base code and the frameworks ; the issue is fixed remove only the code related to this API in our base code ; the issue is fixed This indicates that the problem is the code related to this API. The code removed : override public var supportedInterfaceOrientations: UIInterfaceOrientationMask { get { configuration.orientation } set { _ = newValue } } This code is located in our local SPM. It's used to handle orientation of our app depending on specifics configuration given as a parameter. Why Xcode 16 is detectin
1
0
469
Nov ’24
Got a rejection for piracy storefront and itms-services URL scheme
Hello, Guys,I have two games received the same rejection but cannot figure out what does the review team mean and how to fix these issues.Guideline 2.3 - Performance - Accurate MetadataWe noticed that your app's metadata includes the following information, which is not relevant to the app's content and functionality.Specifically, this app contains references to an app piracy storefront.Guideline 2.3.1 - PerformanceWe discovered that your app contains hidden features. Specifically, this app contains references to an app piracy storefront.Guideline 2.5.2 - Performance - Software RequirementsDuring review, your app installed or launched executable code, which is not permitted on the App Store. Specifically, your app uses the itms-services URL scheme to install an app.Please note that while educational apps designed to teach, develop, or allow students to test executable code may, in limited circumstances, download code, such code may not be used for other purposes and such apps must make the source code
5
0
4.2k
Sep ’17
ITMS-90338: Non-public API usage automatic refuse
HI! We received this message from technical support Multiline ITMS-90338: Non-public API usage - The app references non-public selectors in SMMplanner: _isKeyDown, _modifiedInput, _modifierFlags. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/ BlockQuote but problem is that _isKeyDown, _modifiedInput, _modifierFlags are is internal react-native library methods! And we can't do nothing to fix it. So how can we solve this problem?
0
0
462
Nov ’22
WARNING ITMS-90080 "The Executable .... is not a Position Independent Executable
For the past few days I've tried several times to upload an app and keep getting the below error. I am cusing 2 CocoaPods, which its is complaining about. Two weeks ago I uploaded a new app and never got errors like this.According to Apple's docs I think I have my settings correct.https://developer.apple.com/library/ios/qa/qa1788/_index.html#/apple_ref/doc/uid/DTS40013354Anyway, I'm curious if A) has anyone solved this or heard explaination from Apple and B) will Apple still approve my update with these warnings.Google foo shows others having the same issue.https://github.com/CocoaPods/CocoaPods/issues/5453http://stackoverflow.com/questions/37611069/warning-itms-90080-the-executable-payload-myapp-app-frameworks-some-frameworkThanks!
0
0
412
Jun ’16
Mac Catalyst: ERROR ITMS-90283: "Invalid Provisioning Profile..."
We have an existing iOS/tvOS app on the App Store available to customers as a Universal Purchase (same bundleId). Via Mac Catalyst we are looking to port the iOS app to MacOS and submit/release with the same bundleId. However, uploading to the store via Apple Transporter gives the following error: ERROR ITMS-90283: Invalid Provisioning Profile. The provisioning profile included in the bundle com.XYZ.ABC [com.XYZ.pkg/Payload/MyApp.app/Contents/Resources/ABC.bundle] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal. The app is built with Xcode 12.3 and contains a Mac bundle (ABC) embedded inside My.app
3
0
1.3k
Feb ’21
Xcode Cloud - ITMS-90166: Missing Code Signing Entitlements
Good morning We're happy to have access to Xcode Cloud. However, we get the following error during the Prepare Build for App Store Connect phase: Archive - iOS encountered a failure that caused the build to fail. Prepare Build for App Store Connect ITMS-90166: Missing Code Signing Entitlements. No entitlements found in bundle 'com.XXX.XXX.iOS-NotificationService-Ext' for executable 'Payload/XXX.app/PlugIns/iOS-NotificationService-Ext.appex/iOS-NotificationService-Ext'.' An entitlement is missing for our notification service extension? It is strange knowing that we can build, archive and upload to App Store Connect successfully locally from any Xcode.. It just fails with Xcode Cloud making the service sadly useless for us. Any idea? recommendation?
7
0
3.6k
Mar ’22
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
574
Mar ’16