[ad_1]
I’ve built-in Firebase Crashlytics in my iOS venture. App is detected within the Firebase console. However take a look at crash will not be tracked within the console.
I adopted the step supplied by Firebase.
https://firebase.google.com/docs/crashlytics/get-started?authuser=3&platform=ios
Whereas debugging, I can see some certificates concern for firebase server.
Error Area=NSURLErrorDomain Code=-1202 "The certificates for this server is invalid. You may be connecting to a server that's pretending to be “firebaselogging-pa.googleapis.com” which might put your confidential info in danger."
It additionally reveals
[Firebase/Crashlytics][I-CLS000000] Accomplished report submission with id
I additionally enabled
<key>NSAllowsArbitraryLoads</key>
<false/>
Log
2022-06-05 09:06:29.208678+0530 FirebaseSample[56522:591822] 8.9.1 - [Firebase/Crashlytics][I-CLS000000] [Firebase/Crashlytics] Packaged report with id '-----' for submission
2022-06-05 09:06:29.209774+0530 FirebaseSample[56522:591822] 8.9.1 - [Firebase/Crashlytics][I-CLS000000] Accomplished report submission with id:-----
2022-06-05 09:06:29.426952+0530 FirebaseSample[56522:591824] Job <01C587F9-CDDF-42C8-BB9C-9331D85C9BAF>.<1> completed with error [-1202] Error Area=NSURLErrorDomain Code=-1202 "The certificates for this server is invalid. You may be connecting to a server that's pretending to be “firebaselogging-pa.googleapis.com” which might put your confidential info in danger." UserInfo={NSLocalizedRecoverySuggestion=Would you want to connect with the server anyway?, _kCFStreamErrorDomainKey=3, NSErrorPeerCertificateChainKey=(
), NSErrorClientCertificateStateKey=0, NSErrorFailingURLKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSErrorFailingURLStringKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSUnderlyingError=0x600002bac6f0 {Error Area=kCFErrorDomainCFNetwork Code=-1202 "(null)" UserInfo={_kCFStreamPropertySSLClientCertificateState=0, kCFStreamPropertySSLPeerTrust=<SecTrustRef: 0x6000015b03c0>, _kCFNetworkCFStreamSSLErrorOriginalValue=-9813, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9813, kCFStreamPropertySSLPeerCertificates=(
), _kCFStreamErrorCodeKey=-9813, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <01C587F9-CDDF-42C8-BB9C-9331D85C9BAF>.<1>, NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0x6000015b03c0>, NSLocalizedDescription=The certificates for this server is invalid. You may be connecting to a server that's pretending to be “firebaselogging-pa.googleapis.com” which might put your confidential info in danger.}
[ad_2]
