Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Reply to iTMSTransporter -m upload fail
Even I am facing similar issue. Even though timezone is different the cert expiry time matches. xcrun iTMSTransporter --version Running iTMSTransporter at path '/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter'... java.util.concurrent.ExecutionException: java.lang.SecurityException: java.security.cert.CertificateExpiredException: NotAfter: Thu Oct 10 23:07:19 IST 2024 at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at com.apple.transporter.launcher.Application.start(Application.java:214) at com.apple.transporter.launcher.Application.main(Application.java:766) Caused by: java.lang.SecurityException: java.security.cert.CertificateExpiredException: NotAfter: Thu Oct 10 23:07:19 IST 2024 at com.apple.transporter.launcher.loader.PinnedX509TrustManager.verifyCertificateChain(PinnedX509TrustManager.java:141) at com.apple.transporter.launcher.loader.SignatureVerifier.v
Oct ’24
Reply to iTMSTransporter -m upload fail
You can check your iTMSTransporter position is in Transporter.app or download from Apple webview. I've downloaded iTMSTransporter from https://help.apple.com/itc/transporteruserguide/en.lproj/static.html#apdAe41970bd and change my command line from /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter to /usr/local/itms/bin/iTMSTransporter to solve this problem.
Oct ’24
Reply to iTMSTransporter -m upload fail
Hi, I had a same problem on last friday. I think the Transporter app has some problem. I solved it by following the steps below. Remove Transporter.app Install iTMSTransporter - https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/resources/download/public/Transporter__OSX/bin/ Install the pkg mkdir -p /Applications/Transporter.app/Contents/itms/bin ln -s /usr/local/itms/bin/iTMSTransporter /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter Maybe you need to add a path.
Oct ’24
Reply to Build for Breathegolf does not appear in the Test Flight though after distributed successfully from Xcode
We have distributed the build for Breathegolf app successfully from XCocde, but it did not appear in the Test Flight section of the Breathegolf app. We have also created an internal testing group for the app and added a tester in the group. In the Test flight section, the version 1.0.0 appeared for some times but after after refreshing, it showed No Builds. We have received a mail from Apple that Action needed: The uploaded build for Breathegolf has one or more issues. In the mail, under the heading: ITMS-90078: Missing potentially required entitlement, apple said that in our app, library that's included in the app, uses Apple Push Notification service (APNs) registration APIs, but the APS Environment Entitlement isn't included in the app signature's entitlements. But there is no API or package is used for push notification. The app is developed using flutter. Packages we have used are: cupertino_icons: ^1.0.2 google_fonts: ^5.1.0 font_awesome_flutter: ^10.7.0 http: ^1.1.0 date_time_picker: ^2.1.0 fl
Oct ’24
ITMS-90176: Unrecognized Locale
Our application should support locales for Albanian and Albanian(Kosovo). Xcode creates sq.lproj and sq-XK.lproj folders accordingly Everything works fine in xcode, but if we upload to appstore we always see this warning. I tried specifying other names for sq-XK to match https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html aln, sq-RS, sq-KV, sq-KS, sq-Latn-XQ. The varning was always present. Is there any way to get rid of it? WARNING ITMS-90176: Unrecognized Locale - The locale used in localization directories at (Payload/{AppName}.app/base.lproj) are invalid. iTunes supports BCP47 but not the UN M.49 specification. Refer to the Language and Locale Designations guide for more information on naming your language-specific directories.
5
0
1.7k
Nov ’23
ITMS-90076: Potential Loss of Keychain Access
We have transferred our app from App Store Connect account to another. Transfer process was smooth and we we were able to move our app to new App Store account While uploading the new build for our app using the new account we received the below email. Can someone shed some lights on this and how can we make user to not to logout. ITMS-90076: Potential Loss of Keychain Access - The previous version of software has an application-identifier value of ['94B63VZT32.com.prasthana.tenmates'] and the new version of software being submitted has an application-identifier of ['G3M3U47GBZ.com.prasthana.tenmates']. This will result in a loss of keychain access.
1
0
649
Sep ’24
Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
Hello! So I updated my mac to 15.0 Sequoia Developer Beta and couldn't run Xcode 15.4 because of the Mac version mismatch, so I installed Xcode 16 beta and archived my app, but of course I cannot publish it to App Store because Apple doesn't let you do it with beta soft. So, I downloaded Xcode 15.4 (current latest stable build) and managed to run it following this fix: https://stackoverflow.com/questions/69994916/how-can-i-run-older-xcode-version-on-new-macos-version But, now when I create a new archive and submit it for review I am getting: ITMS-90111: Unsupported SDK or Xcode version - App submissions must use the latest Xcode and SDK Release Candidates (RC). For details on currently supported versions, visit: https://developer.apple.com/news/releases. I tried deleting derived data and build folders, building new archives, but to no avail. Has anybody encountered this before?
12
0
18k
Sep ’24
Icon Fonts failing review submission with ITMS-90853: Invalid font
Hello. Icon fonts such as Font Awesome 6 and react-native-vector-icons are being rejected submission with the automated Invalid Binary error. ITMS-90853: Invalid font - There was an error validating the font named 'FontAwesome6Free-Solid' at 'private-app-name/FontAwesome6_Solid.ttf'. ‘glyf’ table instructions. These fonts have previously worked over the course of the last 3 years without issue and just stopped working on Monday. GitHub is filled with related issues and bug reports. This is likely affecting thousands of apps.
2
0
930
Sep ’24
Submitting 2 apps with the same framework => 1 passes, 1 has ITMS-91065 error
Hi, I manage apps for several clients. I have 2 apps for 2 different clients in which I use OneSignal version 5.1.5 (https://github.com/OneSignal/OneSignal-XCFramework). The OneSignal part of these 2 applications are configured identically. For both applications I can Build the project Create an archive of the project Send the archive to TestFlight Install the TestFlight version on an iPhone Launch the app on the iPhone For the 1st application I can submit to AppStore it without any problem. For the 2nd application when I submit to AppStore it I have the error ITMS-91065 almost immediately in return by email. ITMS-91065: Missing signature - Your app includes “Frameworks/OneSignalCore.framework/OneSignalCore”, which includes OneSignalCore, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of t
1
0
919
Aug ’24
Reply to itmstransporter cannot install on Linux aarch64
Indeed, I found the directory /usr/local/itms was created, but command seems not working: [2024-09-10 07:08:52 UTC] DEBUG: Setting System property: DataCenters = contentdelivery02.itunes.apple.com,contentdelivery01.itunes.apple.com [2024-09-10 07:08:52 UTC] DEBUG: Setting System property: DataCenters.host = contentdelivery02.itunes.apple.com [2024-09-10 07:08:52 UTC] DEBUG: Setting System property: DataCenters.setBy = Defaults.properties [2024-09-10 07:08:54 UTC] INFO: Configuring logging... [2024-09-10 07:08:54 UTC] INFO: Logging level set to eXtreme [2024-09-10 07:08:54 UTC] ERROR: unsatisfied requirement: com.apple.amp.mudhorn.mudhorn-client-x86_64-unknown-linux-musl [2024-09-10 07:08:54 UTC] ERROR: (&(osgi.native.osname~=Linux)(osgi.native.processor~=x86-64)) [2024-09-10 07:08:54 UTC] ERROR: unsatisfied requirement: com.apple.transporter.vbtx-rs-universal-apple-darwin [2024-09-10 07:08:54 UTC] ERROR: (&(osgi.native.osname~=MacOSX)(|(osgi.native.processor~=x86-64)(osgi.native.proc
Sep ’24
Reply to Why can't I have INPlayMediaIntent in 2 extensions?
Oh yes, I used that Car Play Music Sample to add CarPlay to my app and it seems to work good but now I need to make sure Siri works with CarPlay and the main app, the watch, HomePod and everything else. I'm just running into conflicts with INPlayMediaIntent plus I'm working on a Radio app so when a user says Hey Siri, play Beatles Radio the phone tries to play Beatles in my music library instead of my app. I have 40 other radio stations with the word radio in the name, so I'm dealing with that. I'm getting lots of other errors when I try to upload to appstoreconnect, but will deal with them later: ITMS-90626: Invalid Siri Support - '' is not a supported intent type Though you are not required to fix the following issues, we wanted to make you aware of them: ITMS-90626: Invalid Siri Support - No example phrase was provided for INSendMessageIntent in the 'pt-br' language. Please refer to 'https://developer.apple.com/documentation/sirikit/registering_custom_vocabulary_with_sirikit/global_vocabu
Aug ’24
com.apple.developer.icloud-container-development-container-identifiers not supported on iOS
Hello!I'm developing an iOS app using Robovm. When I create .ipa file and try to upload it to App Store via Application Loader, I get this error:ERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.icloud-container-development-container-identifiers' in 'Payload/IsoGameLauncher.app/IsoGameLauncher' is not supported.I have updated Xcode (7.0.1).Any ideas what's going on???
3
0
1.1k
Oct ’15
xcode cloud build failed ITMS-90055: This bundle is invalid
Environment info Local machine: macos xcode 16 beta macOS Sequoia beta xcode cloud: Xcode latest release version (15.4). MacOS latest version I checked my project bundle identifier several times, it absolutly match to Apple Store connect. IIs failed occurred when workflow archive - distribution select testfight. If I select None in distribution, it Build success in Xcode cloud. Ps: I cannot archive from local machine, it shows Xcode version should be released version. Anyone meet the same problem? --- failed notification email attached below --- We noticed one or more issues with a recent delivery for the following app: WGesture Watch App Version 1.0 Build 8 Please correct the following issues and upload a new binary to App Store Connect. ITMS-90055: This bundle is invalid - The bundle identifier cannot be changed from the current value, 'com.war.WGesture.watchkitapp'. If you want to change your bundle identifier, you will need to create a new application in App Store Connect.
2
0
798
Aug ’24
ITMS-90076: Potential Loss of Keychain Access
I have App Store Connect issues, after when I transferred application another account. ITMS-90076: Potential Loss of Keychain Access - The previous version of software has an application-identifier value of ['oldID.iosapp'] and the new version of software being submitted has an application-identifier of ['newID.iosapp']. This will result in a loss of keychain access. development team changed and what can I do ?
3
0
9.9k
Oct ’21