在此处输入图像描述当我上传我的 flutter 应用程序时,谷歌拒绝我的应用程序 本期:
Issue found: Feature not eligible to access location in the background
我删除
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>
来自 manifest.xml
但仍然拒绝我的应用程序。
有人可以帮我解决这个问题吗?预先感谢。
确保在再次部署之前完全卸载应用程序,全新安装后首次启动时,它会检查清单并在启动时请求许可,如果您已经部署了它,它通常不会“看到”清单的更新/应用程序权限。