Google Play Console gets modular app bundles and instant feature toggles
Gaming ยท 4 min read
Modular app bundles let teams separate optional features into on-demand modules that users download only when needed. The Play Console supports metrics for module adoption, download latency, and retention, helping teams decide which features to bundle by default.
Instant feature toggles provide server-side flags with safe rollout semantics, progressive exposure and kill switches. Developers can create experiments tied to toggles and evaluate performance impacts without pushing a new build.
Game developers and product teams welcomed the ability to reduce initial install size and iterate features faster. Google added improved validation and compatibility checks to ensure dynamic module downloads don't break critical flows across device variants.