Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

Reply to Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
Same issue for me. Recently AppStore connect reports these warnings: ITMS-90890: Missing recommended icon - The bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels, ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.
Topic: App & System Services SubTopic: Hardware Tags:
Sep ’21
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
Reply to Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
Here's what you need as of 2022 if you're getting warnings like ITMS-90890, ITMS-90892: Filename Size (px) IconName@2x.png 120x120 IconName@3x.png 180x180 IconName@2x~ipad.png 152x152 IconName@3x~ipad.png 167x167 Note the lack of capitalization on ~ipad! Source: https://stackoverflow.com/a/70186649/702870
Topic: App & System Services SubTopic: Hardware Tags:
Mar ’22
ITMS-90562: Invalid Bundle - The embedded bitcode bundle is corrupted.
I am having an issue submitting an update to my existing app in the TestFlight. My project supports iOS 9.0 and up. I am using Xcode Version 11.5 (11E608c). My application works just fine, it compiles fine, and the archives even validate correctly and upload to the App Store just fine. However, once I upload a build and it finishes processing I see this error in App Store Connect: ITMS-90562: Invalid Bundle - The embedded bitcode bundle is corrupted. Rebuild your entire app with the latest GM Xcode and submit the app again. I have absolutely no idea what's causing this. Has anyone ever seen this? Thanks!
5
0
3.1k
Jun ’20
App Store rejects binary built with with alternate app icons, ITMS-90895
Hello, At my company, we're trying to run an App Store A/B test on alternate app icons. However, the App Store is rejecting the binary when we upload it (see email below). We're hoping someone out there knows the solution to this issue. Background Currently, our app is built with one target from amongst several different schemes. These schemes are used for various versions, including developer debug builds, TestFlight builds, App Store builds, and others. Each scheme has its own distinct app icon specified in Xcode, as shown in the image below: In our project, we've added the alternate app icons for the two App Store treatments as recommended according to Apple's documentation (we named them AppIcon-T1 and AppIcon-T2). These are located inside our Images.xcassets asset catalog. Each alternate app icon's properties are configured as: iOS: Single Size macOS: None watchOS: None Appearances: None Gamut: Any The Problem After making the changes above, creating an App Store build succeeds as usual. However, every t
4
0
304
May ’25
ITMS-90809: Deprecated API Usage - UIWebView are no longer accepted
Facing this below issue even my app is not using UIWebView any where ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). We submitted the apps to store that does not contain UIWebview. how to solve it
0
0
546
Apr ’21
Reply to iOS 9 LaunchServices: ERROR: There is no registered handler for URL scheme itms-services
Danial,I ran into this same issue. I really wish they would fix this among other things they seem to have intentionally broken in iOS 9 for Enterprise Development.However, as a workaround, I found that if you create a shortened url using the itms-services url, using openURL works just fine. Bit.ly doesn't support the itms-services protocol, but t i n y url dot com does.let downloadUrl = NSURL(string: http://example.com/blahblah) //Points to itms-services://?action=download-manifest&url=https://example.com/blahblah.plistUIApplication.sharedApplication().openURL(downloadUrl!)Good luck!Joe.
Sep ’15
ITMS-90895: Missing Icon - No such asset is present in the asset catalog.
I have added an alternate icon in my iOS app which I am setting using setAlternateIcon method. It works perfectly during development and local app distribution, however when I try to upload a build to App Store Connect, I get the following error: ITMS-90895: Missing Icon - The Info.plist key CFBundleIcons.CFBundleAlternateIcons contains an entry “AppIconTwo” that references asset “AppIconTwo” No such asset is present in the asset catalog. I'm unable to upload builds with this extra app-icon added. Kindly help me solve this.
3
0
1.3k
Nov ’23
_CMTimebaseCreateWithMasterClock - ITMS-90338: Non-public API usage
Hi guys, I am getting the following error when trying to upload for macOS. The same code works fine for iOS. Dear Developer, We identified one or more issues with a recent delivery for your app. Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public symbols in Contents/MacOS/XXX: _CMTimebaseCreateWithMasterClock. 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/ Best regards, The App Store Team Just FYI: I am not using CMTimebaseCreateWithMasterClock at all, but rather the preferred variant CMTimebaseCreateWithSourceClock. Neither of these are private AP
7
0
2.7k
Nov ’21