我忘了在我的应用中添加互联网访问

发布于 2025-02-12 03:49:15 字数 322 浏览 2 评论 0原文

我将应用程序上传到Google Play Console,并且已经进行了一天半的审核,但是我忘了将此代码添加到文件中,

<manifest xmlns:android...>
 ...
 <uses-permission android:name="android.permission.INTERNET" />
 <application ...
</manifest>

如果我等待接受并更新该应用程序,还是有一种方法可以在评论阶段进行更新?

知道该应用程序包含Firebase数据库,它会被接受还是拒绝?

I uploaded my app to Google Play Console and it has been under review for a day and a half, but I forgot to add this code to the file

<manifest xmlns:android...>
 ...
 <uses-permission android:name="android.permission.INTERNET" />
 <application ...
</manifest>

What should I do now, should I wait for the application to be accepted and update it, or is there a way to update it while it is in the review stage?

and Will it be accepted or rejected, knowing that the application contains Firebase databases?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

囚你心 2025-02-19 03:49:15

转开托管发布(如果还没有),并提交带有所需更改的更新。这样,有缺陷的软件包将永远不会发布,并最终被更新软件包所取代。

请参阅 nofollow noreferrer“

Turn managed publishing off (if not already) and submit an update with needed changes. This way the faulty package is never published and eventually replaced with the update package.

See Control when app changes are published with managed publishing

青春如此纠结 2025-02-19 03:49:15

不用担心,您将被拒绝,因为如果没有互联网,它将无法正常工作(我正在使用您的应用需要使用互联网)。因此,拒绝后,您可以通过Internet许可上传新构建。

Don't worry, your will get rejected because it will not work properly without internet ( I am using your app required internet to use). So after rejection you can upload new build with internet permission.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文