Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Air 33.1.1.476 on apple result in ERROR ITMS-90725: "SDK Version Issue.

Open idanasher opened this issue 3 years ago • 1 comments

Compiling with Air 33.1.1.476 (pc). then i upload ipa with transporter on my mac and I get this issue:

ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 14.1 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."

in my info.plist:

        <key>DTPlatformVersion</key>
        <string>14.1</string>

Should i use a newer version of air sdk ? can i void it now ? if i must, which one is recent & stable & safe ?

Thanks

idanasher avatar Sep 07 '22 15:09 idanasher

Yes, you would need a newer version of the AIR SDK that supports iOS 15 -- the latest we've used with live apps is .743 which has been stable and supports the iOS 15 requirements (it sounds like from others that .929 is also working well, I haven't personally tried it yet for any app updates though).

FliplineStudios avatar Sep 07 '22 15:09 FliplineStudios