Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

Reply to SDK Version Issue message that defies basic math
We got the same message. and now planning to upgrade. app store message was as following, Dear Developer, We identified one or more issues with a recent delivery for your app, React Native App 1.0.0 (1). Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90725: SDK Version Issue - This app was built with the iOS 16.0 SDK. Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. After you’ve corrected the issues, you can upload a new binary to App Store Connect. Best regards, The App Store Team
Mar ’23
Invalid Signature Issue
Hello, I'm trying to submit an app to apple connect that is build outside of xcode but I'm getting this email saying the files have an invalid signature. I'm doing a step wrong or maybe using the wrong signature but not sure what is supposed to be the way to do it. The app is written with python and pyside, and packaged with pyinstaller. In the pyinstaller .spec file I set the codesign_identity and entitlements_file and also fill some things to the info_plist (CFBundleVersion, LSApplicationCategoryType, etc). This results in a .app file, which then I run a command on it: productbuild --component path/to/file.app /Applications path/to/file.pkg --sign And then push with: xcrun altool --upload-app path/to/file.pkg --type macos -u -p I'm able to upload but then I get the email with the signature error (ITMS-90238: Invalid Signature). Are these steps ok, or something else is needed?
4
0
1.6k
Mar ’23
ITMS-90725: SDK Version Issue - But I'm using an SDK which meets the guidelines in the message!
I received an email with the following message from Apple: ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later. Well, what's the problem Apple? I used 15.5. That's later than 15!
2
0
856
Mar ’23
Reply to SDK Version Issue message that defies basic math
We got the same message. For context, our app was built on Xcode 14.0.1, which doesn't seem to know about iOS > 16.0. We're planning on upgrading our build machines to Xcode 14.2 in the next few days (before the April deadline), which lists iOS 16.1 and 16.2 as valid minimum iOS versions. I think KCO_S has the right idea; it's a legitimate warning with unfortunate typos, which should read: ITMS-90725: SDK Version Issue - This app was built with the iOS 16.0 SDK. All iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.
Mar ’23
Reply to ITMS-90725: SDK Version Issue
It seems that the warning message is not up to date. I think It should be: ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. (cf https://developer.apple.com/ios/submit/) see also https://stackoverflow.com/questions/75772955/itms-90725-useless-error-message-since-it-contradicts-itself-apple-upload/75788891#75788891 You should be fine until April. This is just a warning for now.
Mar ’23
Sticker App converted to Standard App (ITMS-90639 ERROR)
HiSorry, my english is bad!A few weeks ago, I sent an app of stickers to AppStore. Now I'm trying to do an update making it a standard app with an extension of stickers.When I try to upload, App Loader displays the following message:ITMS-90639 ERROR: Invalid Binary The value of LSApplicationLaunchProhibited in Payload / PicMessage.app / Info.plist can not change after your app has been released..I have tried many things, such as recreating the Xcode project from scratch. Also I put LSApplicationLaunchProhibited true (and then receive other types of errors). Nothing solves my problem.How can I solve this problem?Regards,Angel
6
0
2.7k
Mar ’23
Apple App Store Submission rejected with code ITMS-90748 and no other information.
I built and submitted a react-native app and the app was sent to Apple for submission. I received an email back 5 minutes later that reads Dear Developer, We identified one or more issues with a recent delivery for your app, TYPSA REGISTRO DE JORNADA 1.0.2 (1.4). Please correct the following issues, then upload again. ITMS-90748: ${message} Best regards, The App Store Team The ${message} looks like a template placeholder that isn't populated and thus there is no information indicating what might be wrong. I google searched for the specific error code and could not find anything. What does this code mean and why is my app submission failing?
1
0
731
Mar ’23
Upload to the store Error
ERROR ITMS-90347: Bad bundle identifier. The bundle identifier 'com.legacylouisvillellc.legacylouisville' of the application extension Legacy Louisville.app/PlugIns/OneSignalNotificationServiceExtension.appex should start with the application's bundle identifier 'com.legacylouisvillellc.legacylouisville' and not contain more than one period “.” after the application's bundle ID. ERROR ITMS-90685: CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.legacylouisvillellc.legacylouisville' under the iOS application 'Legacy Louisville.app'. Hello, each time I am trying to upload this to the App Store for submission, I can't avoid these two error codes. Can anyone assist me? Thank you so much... Dave
3
0
3.1k
Aug ’21
ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier
Hi Everyone, I have an iPhone app with watch app and extension. I'm getting the following error when building: ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier from com.company.myapp.watchkitapp to com.company.myapp.watchkitappp is disallowed for bundle My App.app/Watch/My App Watch.app. The thing is I always used the second id (yes with triple p). I already check my identifiers on developer.apple site, there is no identifier with watchkitapp but watchkitappp is. Same for the XC side. When I trying to get first id I get; An App ID with Identifier 'com.company.myapp.watchkitapp' is not available. Please enter a different string. Any help is appreciated. Thx.
10
0
5.1k
Feb ’23
Error -24169 returned by authserver when using altool
Hi, I am trying to run xcrun altool --list-providers -u my@email.com -p my-application-specific-password My console response looks as follows with a -24169 error when trying to authenticate. I have used this application password in the past with fastlane, but I do not seem to be able to authenticate today. 2023-02-17 10:09:28.753 Initializing bundle from: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework 2023-02-17 10:09:28.762 Will look for transporter at executable bundle relative path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter 2023-02-17 10:09:28.762 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter 2023-02-17 10:09:28.762 Looking for Transporter at path: /Applications/Xcode.app/Contents/Developer/usr/bin/../SharedFrameworks/ContentDeliveryServices.fra
2
0
1.1k
Feb ’23
"ITMS-90338: Non-public API usage - The app references non-public selectors" issue still present when uploading to TestFlight, except now its preventing builds from appearing
While attempting to upload my app to TestFlight (which has already been uploaded numerous times, including just a few days ago with the same code base) there is this error TMS-90338: Non-public API usage - The app references non-public selectors in : _isKeyDown, _modifiedInput, _modifierFlags..... Nothing new there, that's been happening for months for myself and countless others and has been reported numerous times, i.e. https://developer.apple.com/forums/thread/127678?answerId=715975022#715975022 https://developer.apple.com/forums/thread/714450 But now there's a difference - in the past the builds always appeared in Testflight after getting this warning, so it wasn't an issue. But now that's changed, the build is no longer appearing in Testflight, so it suddenly is a very big issue.
3
0
911
Feb ’23
App Store Connect Errors for embedded dylibs
I have a Mac app that was accepted to the App Store when I built it using Xcode 13 (with code signing set to automatic, just like I do now), but with Xcode 14.2 I keep getting mails with ITMS-90288: Invalid Code Signing Entitlements and TMS-90286: Invalid Code Signing Entitlements, two very similar errors for each embedded dynamic library. The exact wording is this: TMS-90288: 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: '(My team id).' for the key 'com.apple.application-identifier' in 'Spatterlight.app/Contents/Frameworks/libc64diskimage.dylib' ITMS-90286: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported on macOS. Specifically, value '(My team id).' for key 'com.apple.application-identifier' in 'Spatterlight.app/Con
5
0
2.3k
Feb ’23
ITMS-90620: Invalid iMessage App - Your iMessage app contains an invalid sticker pack.
Problem Description: ipa trial, get feedback from Apple ITMS-90620: Invalid iMessage App - Your iMessage app contains an invalid sticker pack. The app may have been built or signed with non-compliant or prerelease tools. For more information, go to developer.apple.com. Since we added sticker (Messages Application Extension) we checked There is no problem with bundleid of ipa and bundleid of sticker We found that hxl.xcarchive contains the MessagesApplicationExtensionSupport folder, and there is a file named MessagesApplicationExtensionStub in it But we did not include the MessagesApplicationExtensionSupport folder after exporting ipa from hxl.xcarchive Our command line to export ipa is: xcodebuild -exportArchive -archivePath build/20230203_130051/hxl.xcarchive -exportPath build/20230203_130051/ -exportOptionsPlist ExportOptions.plist
1
0
381
Feb ’23
Reply to ERROR ITMS-90334: Invalid Code Signature Identifier. 
I've now encountered the same issue when I try building from Xcode Cloud: ITMS-90334: Invalid Code Signature Identifier - The identifier 'bla-bla-someNumbersAndcharacters' in your code signature for 'Bla-Bla' must match its Bundle Identifier 'bla-bla' I don't know where the part someNumbersAndcharacters (numbers and characters which seems to be some identifier) are coming from.
Feb ’23