amirvenus
amirvenus
Did you find a solution to avoid use of System.Reflection?
> I got this error and worked on it about 10 Hours. > I fixed problem by capturing IP address of DC4 and change server IP to it. > ...
Forgive me for my noobness, but would it not be nice to create the app clips using Xamarin.iOS as well? Is the library size a showstopper? It'd be great if...
Would be great to have this implemented please
> @felipechavez @fakhravari > > So FFImageLoading is failing to load HTTPS images because the intermediate certificate issued by provider has expired. > > If you need to bypass it...
> Any solution? After updating SSL, I am still facing the same issue. > > > @felipechavez @fakhravari > > So FFImageLoading is failing to load HTTPS images because the...
> @amirvenus would you mind sharing your code? This is what I do in Android (MainActivity.cs): ``` var handler = new HttpClientHandler(); handler.ClientCertificateOptions = ClientCertificateOption.Manual; handler.ServerCertificateCustomValidationCallback = (httpRequestMessage, cert, cetChain,...
Hi No it's not safe to bypass the SSL at all! The code I had was merely about helping you debug the app while not worrying about SSL in the...
I am having the exact same issue using JetBrains Rider so I guess only Visual Studio knows how to [gracefully] handle this.
It seems that this link is not resolved anymore: assembliesToInclude.Add(typeof(Xamarin.Forms.PancakeView.UWP.PancakeViewRenderer).GetTypeInfo().Assembly);