Play 商店应用程序已被删除,原因是:您的应用程序正在上传用户的图像信息,但没有显着披露

问题描述 投票:0回答:1

我们的应用程序已从 Play 商店删除

APK 需要显着披露

您的应用程序不符合用户数据移动不需要的软件政策。您的应用正在上传用户的图像信息,但没有显着披露。

但我们不收集用户图像。我们在 Expo(react-native)上开发了该应用程序。我们使用

expo-file-system
包和
expo-document-picker
。在这些包中,我们只允许用户下载mp3mp4,并且他们只能选择音频视频。我们提出上诉,但他们仍然发送相同的电子邮件。

这是我的依赖数组:

"dependencies": {
    "@expo-google-fonts/inter": "^0.2.3",
    "@react-native-async-storage/async-storage": "1.21.0",
    "@react-native-firebase/analytics": "^18.7.3",
    "@react-native-firebase/app": "^18.7.3",
    "@react-native-masked-view/masked-view": "0.3.0",
    "@sentry/react-native": "5.17.0",
    "axios": "^1.6.2",
    "expo": "^50.0.3",
    "expo-application": "~5.8.3",
    "expo-av": "~13.10.4",
    "expo-blur": "~12.9.1",
    "expo-build-properties": "~0.11.0",
    "expo-checkbox": "~2.7.0",
    "expo-constants": "~15.4.5",
    "expo-device": "~5.9.3",
    "expo-document-picker": "~11.10.1",
    "expo-file-system": "~16.0.5",
    "expo-linear-gradient": "~12.7.1",
    "expo-linking": "~6.2.2",
    "expo-localization": "~14.8.3",
    "expo-notifications": "~0.27.5",
    "expo-router": "~3.4.5",
    "expo-sharing": "~11.10.0",
    "expo-splash-screen": "~0.26.4",
    "expo-status-bar": "~1.11.1",
    "expo-store-review": "~6.8.3",
    "expo-system-ui": "~2.9.3",
    "expo-tracking-transparency": "~3.3.0",
    "i18n-js": "^4.3.2",
    "react": "18.2.0",
    "react-native": "0.73.2",
    "react-native-appsflyer": "^6.12.2",
    "react-native-fbsdk-next": "^12.1.4",
    "react-native-gesture-handler": "~2.14.0",
    "react-native-modal": "^13.0.1",
    "react-native-progress": "^5.0.1",
    "react-native-purchases": "^7.5.1",
    "react-native-reanimated": "~3.6.0",
    "react-native-restart": "^0.0.27",
    "react-native-safe-area-context": "4.8.2",
    "react-native-screens": "~3.29.0",
    "react-native-svg": "14.1.0",
    "react-native-webview": "13.6.4",
    "recyclerlistview": "^4.2.0"
}

有谁知道怎么解决吗?

我尝试上诉。我尝试上传新版本,但似乎都不起作用。

android react-native expo google-play
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.