Closed MadhusudhanDK closed 5 years ago
Some background information on these warnings: https://stackoverflow.com/a/51989550/4685664
In case the link disappears in the future:
Android 9 (API level 28) introduces new restrictions on the use of non-SDK interfaces, whether directly, via reflection, or via JNI. These restrictions are applied whenever an app references a non-SDK interface or attempts to obtain its handle using reflection or JNI. For more information about this decision, see Improving Stability by Reducing Usage of non-SDK Interfaces.
I don't know if anything to do with Cordova or not. The SO answer suggests that Google's own webview code is violating some of these policies so if that's the case there is probably nothing we can do but Cordova does also extend some of these classes and we do see them in your stack traces.
Creating an app with the bare minimum to reproduce the issue that investigators can clone could be very helpful to isolate the issue to a specific plugin or cordova-android platform.
It looks like most (all?) of these are coming from within the Android WebView code (mostly from org.chromium.content.browser.selection
classes), so I don't think there's anything we can fix at the Cordova level.
Bug Report
Problem
Unsupported APIs warning in play store
What is expected to happen?
Warnings should not come
What does actually happen?
Showing warnings in play store
Information
Hi
Im using ionic3, the App is very simple, in home page i am opening InAppBrowser. when app is published in store i got warnings, pls let me know what can be done to fix them
warning 1
warning 2
warning 3
like this i got 9 warnings
plugins used are
i have also asked ionic forum here is the link (https://forum.ionicframework.com/t/unsupported-apis-warning-in-play-store/164484)