Hi,
I tried uploading iOS release build to the AppStore in order to use it through the TestFlight.
However, it ran into following errors:
ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'MyApp.app' can't be transparent nor contain an alpha channel."
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 13.2 SDK. All iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later."
WARNING ITMS-90473: "CFBundleShortVersionString Mismatch. The CFBundleShortVersionString value '1.0' of extension 'MyApp.app/PlugIns/MyAppNotificationServiceExtension.appex' does not match the CFBundleShortVersionString value '0.7' of its containing iOS application 'MyApp.app'."
While I might find a way to deal with invalid store icon, what are the issues with the SDK Version?
I sent two release builds - with codename1.ios.xcode_version=11.3 in properties and without it. Both give this error.
Thanks in advance!