today i tried to upload a project directly fro AppInventor to Apple App Store Connect and got the following Error message:
Although delivery was successful, you may want to correct the following issues in your next delivery. Once you've corrected the issues, upload a new binary to App Store Connect.
ITMS-90725: SDK version issue - This app was built with the iOS 18.5 SDK. Starting April 28, 2026, all iOS and iPadOS apps must be built with the iOS 26 SDK or later, included in Xcode 26 or later, in order to be uploaded to App Store Connect or submitted for distribution.
Therefore, please adapt the iOS SDK to the required version and provide an option to set the MinimumOSVersion as you have already done on the iOS test server. @ewpatton
Is your keystore the same on the test server as the main server? If not, it may be a mismatch in the private key to what is in the provisioning profile.
I just imported the keystore from the code2 server (again). Same result, compiling fails. And I'm quite sure, that all keystores are the same (main server = code2 server = test server).
Sorry!!! I had created several versions of "switchScreen" because I tested it on all the servers. Unfortunately, the test server still had a version containing an outdated provisioning file (with the same name). My apologies again!
Here is the version with the correct (valid) provisioning profile, which also allows for testing the issue with switching screens. And this is the case—remarkably enough—even though it is an extremely simple app with very few components. switchScreens2.aia (23.3 KB)
I have the same issue where I cannot build my app on the regular App Inventor servers, so I tried exporting my .aia project and importing it on the test version, but when I try to enter my Apple ID in the Apple Store Settings I get this error message :
Please enter a valid email address corresponding to your Apple ID.
and at the top of the screen I get this error :
**500 The call failed on the server; see server log for details
**
I’m supposed to have the app published to the Apple Store by tuesday. Does anyone have a clue on how to fix my problem?