plaid / plaid-link-android

Plaid Link Android SDK
https://plaid.com/docs/link/android
MIT License
114 stars 48 forks source link

Publish failed on Google play: SSL Handler #287

Closed ivansapr closed 1 month ago

ivansapr commented 1 month ago

The problem

After uploading the build to Google Play, we received a policy warning about an “Unsafe Implementation of WebView SSL Error Handler.” Decompiling the app revealed that the Plaid library contains an override for the onReceivedSslError method.

Please confirm that library doesn't violate Google Play Policy. https://support.google.com/faqs/answer/7071387

Environment

Android OS Version e.g. API 30
Android Devices/Emulators e.g. Pixel Emulator

Steps to Reproduce

Build app with latest Plaid Link SDK.

Expected Result

No SSL Warning

Screenshots

If this is a visual bug a screenshot would be helpful.

image

Code To Reproduce Issue

none

ivansapr commented 1 month ago

closed, not related to library