You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the SDK update (23.10.0 -> 24.4.1) I don't see any new data in Countly coming from Android devices. I found out it's due to the Countly.pinnedCertificates('count.ly.cer'); usage, however on SDK 23.10.0 the same config works fine.
Notes:
Certificate is valid for sure
reproducible only in the Release Mode on Android - in Debug Mode I haven't noticed any issues
checked also with previous SDK versions (23.12.0 and 24.4.0) - the same issue there
React Native version: 0.74.1
no issues on iOS
The text was updated successfully, but these errors were encountered:
After the SDK update (23.10.0 -> 24.4.1) I don't see any new data in Countly coming from Android devices. I found out it's due to the
Countly.pinnedCertificates('count.ly.cer');
usage, however on SDK 23.10.0 the same config works fine.Notes:
The text was updated successfully, but these errors were encountered: