Jump to content
Andy.B

App Store Connect: Unable to Add for Review

Recommended Posts

Good day, 

I have no idea what I'm doing wrong and I'm asking for help. 

 

Delphi 12.2 

SDK Version iPhone 18.2 

XCode 16.2 

macOS Sequoia 15.3.2 

 

Certificates newly generated and downloaded. 

I added the keys to the info.plist file:

<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>18.2</string> 
<key>DTPlatformBuild</key>
<string>24D81</string>
<key>DTXcodeBuild</key>
<string>16C5032a</string>
<key>DTSDKBuild</key>
<string>24D81</string> 

The IPA file goes through Transporter without any errors, but when I try to submit the application for review, I get the message: 

"Unable to Add for Review

The items below are required to start the review process:

New apps and app updates must be built with the latest public (GM) versions of Xcode, and the iOS, macOS, watchOS, and tvOS SDKs. Apps built with beta versions aren't allowed."

 

Please help. 

Best regards, 

Andy

Share this post


Link to post

Yes, I did it, I used "Update Local File Cache" from SDK Manager.
I drag these keys along remembering previous versions and other applications. 

I tried to leave only DTPlatformName, but then Transporter wouldn't let me through IPA.

Should I not add them anymore?

 

I will add that during previous attempts I had the old SDK installed, from XCode 15, and then Transporter clearly said that the new ones were required. I removed them from Delphi after installing XCode 16.2.

Edited by Andy.B

Share this post


Link to post

Try with the Infos.plist standard template, adding the iOS version is not necessary.

 

(perhaps you needed it from a previous release with an unsupported iOS SDK)

Edited by Patrick PREMARTIN

Share this post


Link to post

Using the generated info.plist actually helped.

I only added the use of non-standard fonts there.

The keys I mentioned earlier were added here automatically.

 

Thank you very much and best regards!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×