Google Play is introducing two new app quality requirements for Android developers. Starting February 2027, apps and games must meet performance thresholds for dynamic memory usage, bitmap memory usage, and DEX code optimization, or face reduced visibility and publishing restrictions on the Play Store. Starting April 2027, apps supporting sign-in must implement the Zero-Tap Sign-In standard using the Android Restore Credentials API to automatically restore sign-in state during device migrations, with games currently exempt. Play Console tools to help developers diagnose and optimize memory usage are already rolling out, with more diagnostics planned later this year.
Questions this post answers
When do Google Play's new memory usage thresholds for Android apps take effect?
Starting February 2027, Google Play requires apps and games to meet bad behavior thresholds for memory usage (Anonymous RSS + Swap), bitmap memory usage, and DEX code optimization. Apps that don't meet these thresholds may see reduced app visibility and publishing capabilities on Google Play, with additional enforcement details to be provided later. daily.dev helps developers track platform deadlines like this before they affect app visibility on Google Play.
What is the Zero-Tap Sign-In requirement for Android apps on Google Play?
Zero-Tap Sign-In is a Google Play requirement, effective April 2027, that any app supporting user sign-in must automatically restore a user's sign-in state when they switch to a new Android device, using the Android Restore Credentials API. Users must be instantly recognized and signed in on first app launch without extra taps. Games are currently exempt. Developers preparing authentication flows for platform requirements follow updates like this on daily.dev.
Are Android games required to implement Zero-Tap Sign-In on Google Play?
Games are currently exempt from the Zero-Tap Sign-In requirement that applies to other Android apps starting April 2027. However, Google Play strongly encourages games with single-account sign-in to adopt the Restore Credentials API for zero-tap sign-in, and dedicated guidance for complex gaming authentication use cases is expected in 2027. Game developers tracking evolving platform authentication rules can stay current using daily.dev.