我最近已将应用提交到Playstore。 我认为该应用已经过Google设备的自动测试。 我在Play商店开发者控制台中发现了许多崩溃(约70例)。 当我在真实设备中进行测试时,没有任何崩溃。 如何避免崩溃/下次如何从列表中删除崩溃。 我的应用程序已登录,没有登录用户,用户无法进入 ...
提示:本站收集StackOverFlow近2千万问答,支持中英文搜索,鼠标放在语句上弹窗显示对应的参考中文或英文, 本站还提供 中文简体 中文繁体 英文版本 版本,有任何建议请联系yoyou2525@163.com。
I got an email from google play console team that is my app is rejected but in my developer account it shows in review that's why I can not submit an updated app.我从 google play 控制台团队获得了 email,这是我的应用程序被拒绝,但在我的开发者帐户中它显示在审核中,这就是我无法提交更新的应用程序的原因。 What should I do now?我现在该怎么办?
This is the email I got from google play console team.这是我从 google play 控制台团队获得的 email。
Core functionality is defined as the main purpose of the app.核心功能被定义为应用程序的主要目的。 Without this core functionality, the app is "broken" or rendered unusable.如果没有这个核心功能,应用程序就会“损坏”或无法使用。 The core functionality, as well as any core features that comprise this core functionality, must all be prominently documented and promoted in the app's description.核心功能以及构成此核心功能的任何核心功能都必须在应用程序描述中突出记录和宣传。
Please update your app so that the feature does not use this permission or ensure that the core functionality is prominently documented and promoted in the app's description and resubmit your app on Play Developer console.请更新您的应用,使该功能不使用此权限,或确保核心功能在应用说明中得到显着记录和宣传,然后在 Play 开发者控制台上重新提交您的应用。
Additionally, follow these steps to bring your app into compliance:此外,请按照以下步骤使您的应用程序合规:
Read more about Use of All Files Access Permission See Android storage use cases and best practices About the All Files Access Permission Policy Files and directory attributes on a user's device are regarded as personal and sensitive user data subject to the Personal and Sensitive User Data policy and the following requirements:阅读有关使用所有文件访问权限的更多信息 请参阅 Android 存储使用案例和最佳实践 关于所有文件访问权限策略 用户设备上的文件和目录属性被视为个人和敏感用户数据,受个人和敏感用户数据政策和以下要求:
Apps should only request access to device storage which is critical for the app to function, and may not request access to device storage on behalf of any third-party for any purpose that is unrelated to critical user-facing app functionality.应用程序应仅向 function 请求访问对应用程序至关重要的设备存储,并且不得代表任何第三方出于与面向用户的关键应用程序功能无关的任何目的请求访问设备存储。 Android devices running Android "R" (Android 11) or later, will require the MANAGE_EXTERNAL_STORAGE permission in order to manage access in shared storage.运行 Android“R”(Android 11)或更高版本的 Android 设备将需要 MANAGE_EXTERNAL_STORAGE 权限才能管理共享存储中的访问。 All apps that target R or later and request broad access to shared storage ("All files access") must successfully pass an appropriate access review prior to publishing.面向 R 或更高版本并请求广泛访问共享存储(“所有文件访问”)的所有应用必须在发布之前成功通过适当的访问审查。 Apps allowed to use this permission must clearly prompt users to enable "All files access" for their app under "Special app access" settings.允许使用此权限的应用必须在“特殊应用访问”设置下明确提示用户为其应用启用“所有文件访问”。 For more information on the R requirements, please see this help article.有关 R 要求的更多信息,请参阅此帮助文章。
Issue found: Need to use Media Store API or No Access to Files You have requested access to All Files Access permission but it appears that your app's core feature requires access to only Media Files or does not need access to any Files.发现问题:需要使用媒体商店 API 或无法访问文件您已请求访问所有文件访问权限,但您的应用程序的核心功能似乎只需要访问媒体文件或不需要访问任何文件。 In case your app needs access to Media Files, with the MediaStore API, apps can contribute and access media that's available on an external storage volume without the need for the access all files permission.如果您的应用程序需要访问媒体文件,使用 MediaStore API,应用程序可以贡献和访问外部存储卷上可用的媒体,而无需访问所有文件权限。
Please update your app so that the feature uses Media Store APIs and remove All Files Access (MANAGE_EXTERNAL_STORAGE) permission.请更新您的应用,以便该功能使用媒体商店 API 并删除所有文件访问 (MANAGE_EXTERNAL_STORAGE) 权限。
Additionally, follow these steps to bring your app into compliance:此外,请按照以下步骤使您的应用程序合规:
Read more about Use of All Files Access Permission See Android storage use cases and best practices and how to access media files from shared storage About the All Files Access Permission Policy Files and directory attributes on a user's device are regarded as personal and sensitive user data subject to the Personal and Sensitive User Data policy and the following requirements:阅读有关使用所有文件访问权限的更多信息 请参阅 Android 存储使用案例和最佳实践以及如何从共享存储访问媒体文件 关于所有文件访问权限策略 用户设备上的文件和目录属性被视为个人和敏感的用户数据主体个人和敏感用户数据政策和以下要求:
Apps should only request access to device storage which is critical for the app to function, and may not request access to device storage on behalf of any third-party for any purpose that is unrelated to critical user-facing app functionality.应用程序应仅向 function 请求访问对应用程序至关重要的设备存储,并且不得代表任何第三方出于与面向用户的关键应用程序功能无关的任何目的请求访问设备存储。 Android devices running Android "R" (Android 11) or later, will require the MANAGE_EXTERNAL_STORAGE permission in order to manage access in shared storage.运行 Android“R”(Android 11)或更高版本的 Android 设备将需要 MANAGE_EXTERNAL_STORAGE 权限才能管理共享存储中的访问。 All apps that target R or later and request broad access to shared storage ("All files access") must successfully pass an appropriate access review prior to publishing.面向 R 或更高版本并请求广泛访问共享存储(“所有文件访问”)的所有应用必须在发布之前成功通过适当的访问审查。 Apps allowed to use this permission must clearly prompt users to enable "All files access" for their app under "Special app access" settings.允许使用此权限的应用必须在“特殊应用访问”设置下明确提示用户为其应用启用“所有文件访问”。 For more information on the R requirements, please see this help article.有关 R 要求的更多信息,请参阅此帮助文章。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.