Hi,
My app has a MinimumOSVersion=6, and up to 2016.2992 (iOS SDK 10.1) it worked perfectly in iOS 6.0 up, but since the update to 2017.3068 (iOS SDK 10.3) it stopped working in any iOS version under 8.0.
Looking into the crash logs, the cause its the _OBJC_CLASS_$_UIAlertAction fails to be loaded because its not marked as optional. This has forced me to build my latest app using 2016.2992 because I need to support older devices. I hope they do not reject it on the App Store.
Does anybody know if this is a bug or its just that 2017.3080 has dropped support compatibility for older iOS?
Thx.