Tobias Schittkowski
Tobias Schittkowski
You can use the following option: ModifyConnectionSettings = c => c .ConnectionLimit(-1) .ServerCertificateValidationCallback((o, certificate, arg3, arg4) => { return true; }) That will override the server certificate validation.
The problem is in line 141 of FirebasePushNotificationManager.ios.cs : Messaging.SharedInstance is null
... the problem occurs also when I use the sample project from this repo
Hi, I get the same error after upgrading to 1.8.6, any solution yet? Thanks!