When adding radio buttons to my app, the app crashes in the AppStore version. When debugging all is working well, but when publishing to TestFlight the app crashes as soon as a page with radio buttons is opened. Makes me think this has something to do with the Linker behavior.
Show radio buttons as designed in XAML
App crashes leaving an error message: SIGABRT: Default constructor not found for type Xamarin.Forms.Platform.iOS.RadioButtonRenderer
Having the same issue. I've narrowed it down to the following mtouch argument:
--optimize=experimental-xforms-product-type
We need to add the preserve attribute to the ctor. Looks like this one got missed.
When will this update be released? Experiencing the same issue :/
As Apple is now marking binaries as invalid that use UIWebView
, meaning every Xamarin.Forms app, being able to use --optimize=experimental-xforms-product-type
with the experimental features should be a top priority.
Literally can't push to the App Store (or even TestFlight) because without that flag it'll get rejected and with the flag it will just crash.
closed by #11023
any deadline? when can we expect to be able to use radio buttons in xamarin.forms ios?
Since 4.7.0 just released, I'm assuming this is live now?
Most helpful comment
As Apple is now marking binaries as invalid that use
UIWebView
, meaning every Xamarin.Forms app, being able to use--optimize=experimental-xforms-product-type
with the experimental features should be a top priority.Literally can't push to the App Store (or even TestFlight) because without that flag it'll get rejected and with the flag it will just crash.