'Can I change between ARCore Optional and ARCore Required for a live app on the Play Store?

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



Solution 1:[1]

yes, you can update the AndroidManifest.xml file after publishing your app to the PlayStore

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sarim Mehdi