0

I believe the crash data is sent to Crashlytics using their REST APIs.

Does the connection from Mobile App to Crashlytics uses TLS 1.2 and 2Way SSL ?

yathirigan
  • 5,619
  • 22
  • 66
  • 104

1 Answers1

1

Mike from Fabric here. We use TLS 1.2 whenever possible. For older devices that may not support sending via TLS 1.2, then 1.1 or 1.0 will be used.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77