Android应用程序由于SDK版本不兼容而关闭:腾讯TBS

omqzjyyz  于 11个月前  发布在  Android
关注(0)|答案(2)|浏览(201)

我用Flutter 3.7.5开发了我的Flutter应用程序。当我发布Android应用程序时,我面临着这个问题。

Issue found: Violation of Device and Network Abuse policy
We reviewed SDKs used by your app and found noncompliant version(s) of SDK(s) which contains code to download executable code (for example, dex, JAR, .so files) from a source other than Google Play.

Issue details

We found an issue in the following area(s):

Version code 14:
SDK: Tencent TBS
To bring your app into compliance, follow these steps:

You may consider upgrading to a policy-compliant version of this SDK, if available from your SDK provider or removing the SDK.

字符串
我检查了这个问题的可用解决方案,他们建议迁移webview_flutter插件.我做了.但仍然面临同样的问题.需要你的帮助来解决这个问题,提前感谢.

9bfwbjaz

9bfwbjaz1#

您应该更新或删除'腾讯TBS'

f87krz0w

f87krz0w2#

在我的情况下,Webview_flutter插件包含Tencent TBS SDK,要么你可以改变该软件包或更新相关的要求适当的权限.
要检查应用程序的插件,您必须在Android Studio中的项目中进行全局搜索。

相关问题