I have implemented the firebase anlytics in my xamarin froms app. Events are uploaded and i can see events in firebase console for android.
the problem with ios is, while uploading the event is firebase i am getting this error in output window
NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSErrorFailingURLStringKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSErrorClientCertificateStateKey=0}
2020-07-31 16:42:05.289718+0530 TitleSnap.iOS[13584:207227] [GoogleDataTransport][I-GDTCOR000002] There was an error uploading events: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSURLErrorFailingURLPeerTrustErrorKey=, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?,
Because of this events are not uploaded in firebase and able to see the events in friebase console for firebase. Please help me to fix this issue,