android - AVG 杀毒软件将我的 React Native Android 应用程序检测为恶意软件

标签 android react-native

AVG 2016 防病毒软件将我的 React Native Android 应用程序标记为恶意软件。该应用程序基于 RN 构建。

从源代码构建的应用程序使用: http://facebook.github.io/react-native/docs/android-building-from-source.html

该应用程序不需要任何特殊访问权限。使用 AWS CDN 加载图像,所有对我们后端的查询都使用 TLS。

最佳答案

在有人找到问题的根源之前,您可以将您的 APK 文件作为错误检测的样本提交:https://secure.avg.com/submit-sample

我的 Android 应用程序(未使用 React Native)也遇到了同样的问题。提交几天后,他们删除了检测,我的应用程序的更高版本没有任何问题。

关于android - AVG 杀毒软件将我的 React Native Android 应用程序检测为恶意软件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39396434/

相关文章:

react-native - _clearer 不是运行 React Native 应用程序时的函数错误

css - 如何在 React Native 中添加阴影 div 的内边框半径

android - 无法解析模块 `AccessibilityInfo`

ios - Animated.View + Pan Responder 导致 React Native 中的每个像素重新渲染

javascript - 如何使用带有 expo 的 React-Navigation 正确键入作为 Prop 传递的导航

android - 如何在选择新选项卡或在 Android 中使用滑动选项卡滑动到新 fragment 之前执行验证?

android - Android Marshmallow 中的NotificationListenerService

android - 使用适配器在 Listview 中填充 Listview

android - SKCurrentPositionListener 不工作,在 SKMaps 中未达到 onCurrentPositionUpdate

java - 获取应用程序关闭的时间。如何?