We are trying to build a signed version of our app for release. Currently, all of our third-party DLLs are signed or can be re-built from source and signed... except for Xamarin.Mobile. Specifically, we are using the Xamarin.Media.MediaPicker from this component and without a signed DLL, we get the following error when building:
CSC : error CS1577: Assembly generation failed -- Referenced assembly 'Xamarin.Mobile' does not have a strong name
Is it possible to provide a signed version of the Xamarin.Mobile component?