Closed dieptang closed 8 months ago
Hello @dieptang, Can you let us know what is the target SDK version you have been using and whether the StrictMode class is configured in your application.
Hello @dieptang, Can you let us know what is the target SDK version you have been using and whether the StrictMode class is configured in your application.
I am using target SDK 30. (30.0.2) and don't use StrictMode class yet.
Hello @dieptang, Thanks for reporting us. You can ignore this warning as of now. We will update to the latest gms libraries to avoid this warning in the future. We will let you know in the same thread. Thank you!
Hi @dieptang ,
We have turned on the StrictMode to detect NonSdkApiUsedViolation. Also we looked into that Platform.getFileDescriptor
of google's conscrypt repo and it looks like they are doing some reflection access which is causing the StrictMode to print such logs.
We'll close this for now as it's not an issue with SalesIQ-Mobilisten-ReactNative.
Regards, Bhahirathan M, Zoho SalesIQ.
Hello,
I am publishing my application to Google Console, before of that we're passing our application to Google pre-launch report, and we faced new warning: StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Ljava/net/Socket;->impl:Ljava/net/SocketImpl;
Details:
I're currently using Android SDK 30.0.2. Do you know how to resolve it, Is new version available? I currently use react-native-zohosalesiq-mobilisten": "^4.0.1".
Regards, Diep