对于 Play 商店中的实时应用程序,我可以在 ARCore 可选和 ARCore 必需之间进行更改吗?
我有一个使用 ARCoreOptional
发布的应用。 我想更新配置并设置 ARCore required
(即确保仅允许 ARCore 支持的设备从 Play 商店安装它)。
计划明年推出的一些功能不需要 ARCore。 届时我是否可以更新应用以切换回 ARCoreOptional
?
谢谢
I have an app that was published using ARCore Optional
.
I would like to do an update to the configuration and set ARCore Required
(i.e. ensure that only ARCore supported devices are allowed to install it from the Play Store).
There are some features planned for next year that do not require ARCore.
Would I be able to update the app to switch back to ARCore Optional
at that point?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以在将应用程序发布到 PlayStore 后更新 AndroidManifest.xml 文件
yes, you can update the AndroidManifest.xml file after publishing your app to the PlayStore