Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

ITMS-90626: Invalid Siri Support - Sample phrase 'Play Fan on deep sleep sounds' cannot contain 'fan'
After a successful app delivery I received the email from App Store Connect. It says: Dear Developer, We identified one or more issues with a recent delivery for your app, XXXXX. Please correct the following issues, then upload again. ITMS-90626: Invalid Siri Support - Sample phrase 'Play Fan on deep sleep sounds' cannot contain 'fan' ITMS-90626: Invalid Siri Support - Sample phrase 'Find Fan on Deep Sleep sounds' cannot contain 'fan' ITMS-90626: Invalid Siri Support - Sample phrase 'Play Fan on Deep sleep sounds' cannot contain 'fan' .... and some more all complaining about 'fan'. I couldn't really find anything on Google related to Siri Support and cannot contain. Does anybody have idea what could be wrong? Thank you!
0
0
595
Apr ’23
Invalid Bundle Error When Uploading App to App Store
Hi all, I recently uploaded my app to the App Store and received the following error message: ITMS-90961: Invalid bundle - The app at 'xxx.app' contains a single-size app icon but has a value of 11.0 for the MinimumOSVersion key in its Info.plist file. Include all app icon sizes to support iOS 11.0 or later, or update the iOS Deployment Target to 12.0 or later to support uploads with a single-size app icon. I have checked my assets and confirmed that the AppIcon is set to All Sizes and not Single Size. Is this an issue with Apple's systems or is there something I am doing wrong? Any help would be greatly appreciated. My Xcode version is 14.3 Thanks in advance.
6
0
3.8k
Apr ’23
Apple watch app, App store submission issue
I developed a companion apple watch app for our iOS app. I was able to successfully archive the build but I am getting this error mail from Appstore connect when submitting the build - ITMS-90562: Invalid Bundle - One of the nested bundles is built for a platform which is different from the main bundle platform. Please make sure that all bundles have correct platform specification. Any idea how to fix this issue?
0
0
491
Apr ’23
ITMS-90432: Issue while uploading app to appstore.
We are trying to upload new build for our already existing app to appstore, with a build script to embed framework(Which is just copying from build directory to MyApp.app/Frameworks). Everything builds and works fine in my local machine. But getting this error while uploading to appstore. ITMS-90432: Invalid Swift Support - The file MyApp.app/Frameworks/Framework1.framework, MyApp.app/Frameworks/Framework2.framework doesn’t have the correct file type for this location. Ensure you’re using the correct file, rebuild your app using the current public (GM) version of Xcode, and resubmit it. We are copying to the correct directory, but still getting the above error while uploading. Are we missing the obvious here?
1
0
738
Apr ’23
CFBundleIdentifier not match?
I submitted a test package and got the following email: ITMS-90345: Metadata/Info.plist Mismatch - The value for bundle_identifier in the metadata.xml file does not match the value for CFBundleIdentifier in test [net.neolib.test.pkg/Payload/test.app]. I really don't have any idea what's wrong. It's a simple (almost blank) app with nearly no modification (except linked with a dylib). What is the metadata.xml? I cannot find it in my test project.
2
0
857
Apr ’23
Entitlements/signature problem with app submission
I really need help. Can anyone decrypt the following message for me: Dear Developer, We identified one or more issues with a recent delivery for your app, MYAPP 2.0 (1200). Please correct the following issues, then upload again. ITMS-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: '' for the key 'com.apple.application-identifier' in 'MYAPP.app/Contents/Frameworks/libsqlite3s.dylib' ITMS-90286: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported on macOS. Specifically, value '' for key 'com.apple.application-identifier' in 'MYAPP.app/Contents/Frameworks/libsqlite3s.dylib' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier . The 2 dylibs
1
0
1k
Apr ’23
ITMS-90426: Invalid Swift Support
After using iOS16's new feature AppIntents, AppStore review is failed: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. I tried all methods in internet, but they all not work. Such as: I'm using the public version of Xcode I'm not using Ad hoc cert or .pp file I tried archive manually without using fastlane I tried change the Always Embed Swift Standard Libraries The only changes is iOS16's AppIntents. Before i use AppIntent, it works fine. After i use AppIntent, it failed. Only one commit between 2 .ipa. Can anyone help me? Many thanks.
1
0
1.4k
Mar ’23
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
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
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 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
ITMS-90725: SDK Version Issue
While deploying the apps to app store connect, I am getting a mail from app store connect stating: 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. For context, my minimum deployment version is set to 15.0 and building the apps with xcode 13.4 (ios 15.5). Can anyone please help me with this.
8
0
20k
Mar ’23
SDK Version Issue message that defies basic math
We got this message after publishing our app to test flight: 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 15 SDK or later, included in Xcode 13 or later. I'm no math genius but am pretty sure that 16 is greater than 15. Why did I get this messages? Can I ignore it? will it prevent my app from being able to be submitted to the app store?
10
0
10k
Mar ’23