When will the ITMS-90809 workaround be enabled by default, without experimental flag? #11561
-
Hi! Saw that the ITMS-90809 AppStore warning has been fixed by allowing you to change the behavior of the Xamarin.iOS linker by enabling an experimental flag to the build. That's great, but are there any updates regarding when this will be enabled by default? I'm assuming well in time for the December 2020 cut-off date? We'd quite like to avoid adding temporary experimental flags to our app code, so we've held off on actually enabling it -- but of course, if we must do at some point anyway we might as well enable it now. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Add this |
Beta Was this translation helpful? Give feedback.
Add this
--optimize=force-rejected-types-removal,experimental-xforms-product-type --warn-on-type-ref=UIKit.UIWebView
to yourMtouchExtraArgs
in thecsproj
file. and make sure you're on Xamarin.Forms 4.6 or higher