I am using fabric crashlytics in my android and iOS app. I integrated the fabric according to the documentation and everything is working fine. I am able to see the crashlytics and other data in the dashboard.
The issue is I did a penetration testing using IBM analyzer tool (free trial) and the result shows that there is an issue and the issue is certificate pinning issue. Now to confirm whether it is due to fabric/crashlytics I removed fabric and crashlytics from my project and ran penetration testing again. This time it does not show me any issue.
So my question is how is data passed between app and fabric servers and what can be done to solve this issue.
I have done the testing only with a .apk file. Will it be same for .ipa file also?