Andy.B 1 Posted 7 hours ago 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
Patrick PREMARTIN 107 Posted 7 hours ago Hi Did you updated the iOS SDK in the IDE ? Why did you add the keys in the Info.plist ? Share this post Link to post
Andy.B 1 Posted 6 hours ago (edited) 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 6 hours ago by Andy.B Share this post Link to post
Patrick PREMARTIN 107 Posted 6 hours ago (edited) 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 6 hours ago by Patrick PREMARTIN Share this post Link to post
Andy.B 1 Posted 4 hours ago 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