Tag Archives: Play Console

From dashboards to deeper data: Improve app quality and performance with new Play Console insights

Posted by Dan Brown, Dina Gandal and Hadar Yanos – Product Managers, Google Play

At Google Play, we partner with developers like you to help your app or game business reach its full potential, providing powerful tools and insights every step of the way. In Google Play Console, you’ll find the features needed to test, publish, improve, and grow your apps — and today, we're excited to share several enhancements to give you even more actionable insights, starting with a redesigned app dashboard tailored to your key workflows, and new metrics designed to help you improve your app quality.

Focus on the metrics that matter with the redesigned app dashboard

The first thing you’ll notice is the redesigned app dashboard, which puts the most essential insights front and center. We know that when you visit Play Console, you usually have a goal in mind — whether that’s checking on your release status or tracking installs. That’s why you’ll now see your most important metrics grouped into four core developer objectives:

    • Test and release
    • Monitor and improve
    • Grow users, and
    • Monetize with Play

Each objective highlights the three metrics most important to that goal, giving you a quick grasp of how your app is doing at a glance, as well as how those metrics have changed over time. For example, you can now easily compare between your latest production release against your app’s overall performance, helping you to quickly identify any issues. In the screenshot below, the latest production release has a crash rate of 0.24%, a large improvement over the 28-day average crash rate shown under “Monitor and Improve."

screen recording of the redesigned app dashboard in Google Play Console
The redesigned app dashboard in Play Console helps you see your most important metrics at a glance.

At the top of the page, you’ll see the status of your latest release changes prominently displayed so you know when it’s been reviewed and approved. If you’re using managed publishing, you can also see when things are ready to publish. And based on your feedback, engagement and monetization metrics now show a comparison to your previous year’s data so you can make quick comparisons.

The new app dashboard also keeps you updated on the latest news from Play, including recent blog posts, new features relevant to your app, and even special invitations to early access programs.

In addition to what’s automatically displayed on the dashboard, we know many of you track other vital metrics for your role or business. That's why we've added the “Monitor KPI trends” section at the bottom of your app dashboard. Simply scroll down and personalize your view by selecting the trends you need to monitor. This customized experience allows each user in your developer account to focus on their most important insights.

Later this year, we’ll introduce new overview pages for each of the four core developer objectives. These pages will help you quickly understand your performance, showcase tools and features within each domain, and list recommended actions to optimize performance, engagement, and revenue across all your apps.

Get actionable notifications when and where you need them

If you spend a lot of time in Play Console, you may have already noticed the new notification center. Accessible from every page, the notification center helps you to stay up to date with your account and apps, and helps you to identify any issues that may need urgent attention.

To help you quickly understand and act on important information, we now group notifications about the same issue across multiple apps. Additionally, notifications that are no longer relevant will automatically expire, ensuring you only see what needs your attention. Plus, notifications will be displayed on the new app dashboard within the relevant objectives.

Improve app quality and performance with new Play Console metrics

One of Play’s top goals is to provide the insights you need to build high-quality apps that deliver exceptional user experiences. We’re continuing to expand these insights, helping you prevent issues like crashes or ANRs, optimize your app’s performance, and reduce resource consumption on users’ devices.

Users expect a polished experience across their devices, and we’ve learned from you it can be difficult to make your app layouts work seamlessly across phones and large screens. To help with this, we’ve introduced pre-review checks for incorrect edge-to-edge rendering, while another new check helps you detect and prevent large screen layout issues caused by letterboxing and restricted layouts, along with resources on how to fix them.

We’re also making it easier to find and triage the most important quality issues in your app. The release dashboard in Play Console now displays prioritized quality issues from your latest release, alongside the existing dashboard features for monitoring post-launch, like crashes and ANRs This addition provides a centralized view of user-impacting issues, along with clear instructions to help you resolve critical user issues to improve your users’ experiences.

The quality panel in the redesigned app dashboard in Google Play Console
The quality panel at the top of the release dashboard gives you a prioritized view of issues that affect users on your latest release and provides instructions on how to fix them.

A new "low memory kill" (LMK) metric is available in Android vitals and the Reporting API. Low memory issues cause your app to terminate without any logging, and can be notoriously difficult to detect. We are making these issues visible with device-specific insights into memory constraints to help you identify and fix these problems. This will improve app stability and user engagement, which is especially crucial for games where LMKs can disrupt real-time gameplay.

The quality panel in the redesigned app dashboard in Google Play Console
The low memory kill metric in Android vitals gives you device-specific insights into low memory terminations, helping you improve app stability and user engagement.

We're also collaborating closely with leading OEMs like Samsung, leveraging their real-world insights to define consistent benchmarks for optimal technical quality across Android devices. Excessive wakelocks are a leading cause of battery drain, a top frustration for users. Today, we're launching the first of these new metrics in beta: excessive wake locks in Android vitals. Take a look at our wakelock documentation and provide feedback on the metric definition. Your input is essential as we refine this metric towards general availability, and will inform our strategy for making this information available to users on the Play Store so they can make informed decisions when choosing apps.

Together, these updates provide you with even more visibility into your app's performance and quality, enabling you to build more stable, efficient, and user-friendly apps across the Android ecosystem. We'll continue to add more metrics and insights over time. To stay informed about all the latest Play Console enhancements and easily find updates relevant to your workflow, explore our new What’s new in Play Console page, where you can filter features by the four developer objectives.

Boost app performance and battery life: New Android Vitals Metrics are here

Posted by Karan Jhavar - Product Manager, Android Frameworks, and Dan Brown - Product Manager, Google Play

Android has long championed performance, continuously evolving to deliver exceptional user experiences. Building upon years of refinement, we're now focusing on pinpointing resource-intensive use cases and developing platform-level solutions that benefit all users, across the vast Android ecosystem.

Since the launch of Android vitals in Play Console in 2017, Play has been investing in providing fleet-wide visibility into performance issues, making it easier to identify and fix problems as they occur. Today, Android and Google Play are taking a significant step forward in partnership with top OEMs, like Samsung, leveraging their real-world insights into excessive resource consumption. Our shared goal is to make Android development more streamlined and consistent by providing a standardized definition of what good and great looks like when it comes to technical quality.

"Samsung is excited to collaborate with Android and Google Play on these new performance metrics. By sharing our user experience insights, we aim to help developers build truly optimized apps that deliver exceptional performance and battery life across the ecosystem. We believe this collaboration will lead to a more consistent and positive experience for all Android users."
Samsung

We're embarking on a multi-year plan to empower you with the tools and data you need to understand, diagnose, and improve your app's resource consumption, resulting in happier and more engaged users, both for your app, and Android as a whole.

Today, we're launching the first of these new metrics in beta: excessive wake locks. This metric directly addresses one of the most significant frustrations for Android users – excessive battery drain. By optimizing your app's wake lock behavior, you can significantly enhance battery life and user satisfaction.

The Android vitals beta metric reports partial wake lock use as excessive when all of the partial wake locks, added together, run for more than 3 hours in a 24-hour period. The current iteration of excessive wake lock metrics tracks time only if the wake lock is held when the app is in the background and does not have a foreground service.

These new metrics will provide comprehensive, fleet-wide visibility into performance and battery life, equipping developers with the data needed to diagnose and resolve performance bottlenecks. We have also revamped our wake lock documentation which shares effective wake lock implementation strategies and best practices.

In addition, we are also launching the excessive wake lock metric documentation to provide clear guidance on interpreting the metrics. We highly encourage developers to check out this page and provide feedback with their use case on this new metric. Your input is invaluable in refining these metrics before their general availability. In this beta phase, we're actively seeking feedback on the metric definition and how it aligns with your app's use cases. Once we reach general availability, we will explore Play Store treatments to help users choose apps that meet their needs.

Later this year, we may introduce additional metrics in Android vitals highlighting additional critical performance issues.

Thank you for your ongoing commitment to delivering delightful, fast, and high-performance experiences to users across the entire Android ecosystem.

Prioritize media privacy with Android Photo Picker and build user trust

Posted by Tatiana van Maaren – Global T&S Partnerships Lead, Privacy & Security, and Roxanna Aliabadi Walker – Product Manager

At Google Play, we're dedicated to building user trust, especially when it comes to sensitive permissions and your data. We understand that managing files and media permissions can be confusing, and users often worry about which files apps can access. Since these files often contain sensitive information like family photos or financial documents, it's crucial that users feel in control. That’s why we're working to provide clearer choices, so users can confidently grant permissions without sacrificing app functionality or their privacy.

Below are a set of best practices to consider for improving user trust in the sharing of broad access files, ultimately leading to a more successful and sustainable app ecosystem.

Prioritize user privacy with data minimization

Building user trust starts with requesting only the permissions essential for your app's core functions. We understand that photos and videos are sensitive data, and broad access increases security risks. That's why Google Play now restricts READ_MEDIA_IMAGES and READ_MEDIA_VIDEO permissions, allowing developers to request them only when absolutely necessary, typically for apps like photo/video managers and galleries.

Leverage privacy-friendly solutions

Instead of requesting broad storage access, we encourage developers to use the Android Photo Picker, introduced in Android 13. This tool offers a privacy-centric way for users to select specific media files without granting access to their entire library. Android photo picker provides an intuitive interface, including access to cloud-backed photos and videos, and allows for customization to fit your app's needs. In addition, this system picker is backported to Android 4.4, ensuring a consistent experience for all users. By eliminating runtime permissions, Android photo picker simplifies the user experience and builds trust through transparency.

Build trust through transparent data practices

We understand that some developers have historically used custom photo pickers for tailored user experiences. However, regardless of whether you use a custom or system picker, transparency with users is crucial. Users want to know why your app needs access to their photos and videos.

Developers should strive to provide clear and concise explanations within their apps, ideally at the point where the permission is requested. Take the following in consideration while crafting your permission request mechanisms as possible best practices guidelines:

    • When requesting media access, provide clear explanations within your app. Specifically, tell users which media your app needs (e.g., all photos, profile pictures, sharing videos) and explain the functionality that relies on it (e.g., 'To choose a profile picture,' 'To share videos with friends').
    • Clearly outline how user data will be used and protected in your privacy policies. Explain whether data is stored locally, transmitted to a server, or shared with third parties. Reassure users that their data will be handled responsibly and securely.

Learn how Snap has embraced the Android System Picker to prioritize user privacy and streamline their media selection experience. Here's what they have to say about their implementation:

A grid of photos in the photo library is shown on a smartphone screen, including a waterfall and two people smiling and posing for the camera. The Google Photos interface is at the top, with the Photos tab selected, and one photo from the grid is selected for use

“One of our goals is to provide a seamless and intuitive communication experience while ensuring Snapchatters have control over their content. The new flow of the Android Photo Picker is the perfect balance of providing user control of the content they want to share while ensuring fast communication with friends on Snapchat.”
Marc Brown, Product Manager

Get started

Start building a more trustworthy app experience. Explore the Android Photo Picker and implement privacy-first data practices today.


Acknowledgement

Special thanks to: May Smith – Product Manager, and Anita Issagholyan – Senior Policy Specialist

Helping users find trusted apps on Google Play

Posted by JJ Zou – Product Manager, and Scott Lin – Product Manager

At Google Play, we're committed to empowering you with the tools and resources you need to build successful and secure apps that users can rely on. That's why we're introducing a new way to recognize VPN apps that go above and beyond to protect their users: a "Verified" badge for consumer-facing VPN apps.

This new badge is designed to highlight apps that prioritize user privacy and safety, help users make more informed choices about the VPN apps they use, and build confidence in the apps they ultimately download. This badge complements existing features such as the Google Play Store banner for VPNs and Data Safety section declaration in the Play Store.

A screenshot of the NordVPN app page on the Google Play Store. The app has a 4.6-star rating and is verified by Google Play Protect and description mentions 6,000+ servers in 110+ locations and highlights its data safety features.

Build user trust with more transparency

Earning the VPN badge isn't just about checking a box— it's proof that your VPN app invests in app safety. This badge signifies that your app has gone above and beyond, adhering to the Play safety and security guidelines and successfully completed a Mobile Application Security Assessment (MASA) Level 2 validation.

The VPN badge helps your app stand out in a crowded marketplace. Once awarded, the badge is prominently displayed on your app’s details page and in search results. Additionally, we have built new surfaces to showcase verified VPN applications.

Demonstrating commitment to security and safety

We're excited to share insights from some of our partners who have already earned the VPN badge and are leading the way in building a safe and trusted Google Play ecosystem. Learn how partners like Nord, hide.me, and Aloha are using the badge and implementing best practices for user security:

Nord

Nord VPN Logo

“We’re excited that the new ‘Verified’ badge will help users easily identify VPNs that meet high standards for security and privacy. In a market where trust is key, this badge not only provides reassurance to customers, but also highlights the integrity of developers committed to delivering secure and reliable products.”


hide.me

hide.me Logo

“Privacy and user safety are fundamental to our VPN's architecture. The MASA program has been valuable in validating our security practices and maintaining high standards. This accreditation provides independent verification of our commitment to protecting user privacy.”


Aloha Browser

Aloha Logo

“The certification process is well-organized and accessible to any company. If your product is developed with security as a core focus, passing the required audits should not pose any difficulty. We regularly conduct third-party audits and have been active participants in the MASA program since its inception. Additionally, it fosters discipline in your development practices, knowing that regular re-certification is required. Ultimately, it’s the end user who benefits the most—a secure and satisfied user is the ultimate goal for every app developer.”


Getting your App Badge-Ready

To take advantage of this opportunity to enhance your app's profile and attract more users, learn more about the specific criteria and start the validation process today.

To be considered for the "Verified" badge, your VPN app needs to:

    • Have at least 10,000 installs and 250 reviews
    • Be published on Google Play for at least 90 days
        • Independent security review, under ‘Additional badges’
        • Encryption in transit
    Note: This list is not exhaustive and doesn't fully represent all the criteria used to display the badge. While other factors contribute to the evaluation, fulfilling these requirements significantly increases your chances of seeing your VPN app “Verified.”

    Join us in our mission to create a safer and more transparent Google Play ecosystem. We're here to support you with the tools and resources you need to build trusted apps.

Updates to power your growth on Google Play

Posted by Paul Feng – Vice President of Engineering, Product and UX, Google Play

Our annual Playtime event series kicks off this week and we’re excited to share the latest product updates to help your business thrive. We’re sharing new ways to grow your audience, optimize revenue, and protect your business in an ever-evolving digital landscape.

Make sure to also check out news from #TheAndroidShow to learn more about the biggest update to Gemini in Android Studio since launch that will help boost your team’s developer productivity.

Growing your audience with enhanced discovery features

To help people discover apps and games they'll love, we're continuously improving our tools and personalizing app discovery so you can reach and engage your ideal audience.

Enhanced content formats: To make your video content more impactful, we’re making enhancements to how it's displayed on the Play Store. Portrait videos on your store listing now have a full-screen experience to immerse users and drive conversions with a prominent "install" button. Simply keep creating amazing portrait videos for your store listing, and we'll handle the rest.

Our early results are promising: portrait videos drive +7% increase in total watch time, a +9% increase in video completion count, and a +5% increase in conversions.

Captivate users with full-screen portrait videos on your store listing
Captivate users with full-screen portrait videos on your store listing

We’ve also launched new features to create a more engaging and tailored experience for people exploring the Play Store.

    • Personalized query recommendations: To help users start their search journeys right, we’ve introduced personalized search query recommendations on Search Home. This feature is currently available in English, with expanded support for more languages coming soon this year.
Personalized search queries help tailor search results to user’s interests
Personalized search queries help tailor search results to user’s interests

    • Interest pickers: Multi-select interest filters allow people to share their preferences so they can get more helpful recommendations tailored to their interests. Earlier this year, we announced this for games, and now these filters are also available for apps.

Optimizing your revenue with Google Play Commerce

We want to make it effortless for people to buy what you're selling, so we're focused on helping our 2.5 billion users in over 190 markets have a seamless and secure purchase experience. Our tools support you and your users during every step of the journey, from payment setup, to the purchase flow, to ensuring transactions are secure and compliant.

Proactive payment setup: To help more buyers be purchase ready, we’ve been proactively encouraging people to set up payment methods in advance, both within the Play Store and during Android device setup, and even during Google account creation. Our efforts have doubled the number of purchase-ready users this year, now reaching over half a billion users. And we’re already seeing results from this approach - In September alone, we’ve seen an almost 3% increase in global conversion rates, which means more people are completing purchases, which translates directly to higher revenue potential for you from your apps and games.

Expanded payment options: Google Play already offers users over 300 local payment methods across 65+ markets, and we’re regularly adding new payment methods. US users can now use Cash App eWallet alongside credit cards, PayPal, direct carrier billing, and gift cards and users in Poland can pay with Blik Banking.

Purchase flow recommendations: Our new algorithmic recommendation engine helps people discover relevant in-app purchases they’re likely to buy. Simply select products to feature in Play Console, and we'll recommend a popular or related option at different moments in the purchase journey, helping users find what they need. Our early results show an average of 3% increase in spend.

Purchase flow recommendations in Google Play
Purchase flow recommendations helps people discover relevant in-app purchases

Cart abandonment reminders: If a user is browsing a product in your app or game, but hasn’t yet made a decision to purchase, we’ll remind them about it later when they browse the Play Store. These automatic, opt-out reminders help nudge users to complete their purchase.

Cart abandonment reminders in Google Play
Cart abandonment reminders help users complete their purchase

Secure bio authentication: Users can now enjoy a faster and more secure checkout experience by choosing on-device biometrics (fingerprint or face recognition) to verify their purchases, eliminating the need to enter their account password. This year, we’ve seen adoption triple, as more users choose bioauth to make their first purchase.

Protecting your business with the Play Integrity API

Everything we do at Google Play has safety and security at its core. That’s why we’re continuing to invest in more ways to reinforce user trust, protect your business, and safeguard the ecosystem. This includes actively combating bad actors who try to deceive users or spread malware, and giving you tools to combat abuse.

The Play Integrity API can help you detect and respond to potential abuse such as fraud, bots, cheating, or data theft, ensuring everyone experiences your apps and games as intended. Apps that use Play Integrity features are seeing 80% less unauthorized usage on average compared to unprotected apps.

Here's what's new with the Play Integrity API:

    • Hardware-backed security signals: In the coming months, you can opt-in to improved Play Integrity API verdicts backed by hardware security and other signals on Android 13+ devices. This means faster, more reliable, and more privacy-friendly app and device verification, making it significantly harder and more costly for attackers to bypass.
    • New app access risk feature: Now out of beta, this feature allows you to detect and respond to apps that can capture the screen or control the device, so you can protect your users from scams or malicious activity.

Those are the latest updates from Google Play! We're always enhancing our tools to help address the specific challenges and opportunities of different app categories, from games and media to entertainment and social.

We're excited to see how you leverage both our new and existing features to grow your business. Check out how Spotify and SuperPlay are already taking advantage of features like Play Points and Collections to achieve powerful results:




Introducing Collections, a new on-device surface for your content

Posted by Cullen Rotroff, Product Manager, Google Play

Over the past year, the Play Store has evolved into a dynamic discovery engine for your apps and their amazing content. We continue to invest in features that connect the best app experiences to the people who love them. At this year’s Google I/O, we teased an exciting new on-device surface that expands the discovery of your content beyond the Play Store, powered by Engage SDK.

Today, we’re excited to announce that this brand-new surface is ready for the spotlight. Introducing Collections: a seamless way to showcase personalized content and guide users on continuous journeys that lead directly into your app.

Expand your app's reach beyond the Play Store

Collections is a full-screen immersive space that automatically organizes the best and most relevant content from installed apps into intent-oriented spaces, such as Watch, Listen, Shop, or Social. From there, users deep-link directly into your app to complete their journey, whether that’s to enjoy your content or complete a purchase.

You can use this surface to highlight your most important content, including personalized recommendations and promotions. If a user has your app installed but isn’t logged in, Collections can encourage the user to sign in to see your most personalized content. Plus, if your app is integrated but not installed, Collections can recommend to users to install it.

Users enter Collections through a Play Store widget. Without needing to install a new app, users can simply preview the experience in the Play Store and then add the widget to their home screen.

Collections keep users engaged with your content
Collections is a full-screen immersive space that automatically organizes 
the best and most relevant content from installed apps

Engage users with personalized and customizable messaging

There are multiple ways to use Collections to engage users.

Continuation journeys are the anchor of this experience and appear at the top of most spaces to help users resume their journeys with a tap. For example:

    • In Shop, users can pick up an abandoned shopping cart.
    • In Listen, users can jump back into a recently played album, playlist, podcast, audiobook, or live radio station.
    • And in Food, users can pick up an open cart or reorder a recent meal.

We also understand that developers know their users best, so to give you more control over the Collections experience, you can create up-to-five recommendation clusters. These clusters can be personalized based on your user’s behavior in your app and organized by theme, like new releases, price drops, or the user’s favorite topics. For users who aren’t logged in to your app, you can provide content with broad appeal to spur a new session.

Engage users through continuation journeys (like Continue listening) or with recommendation clusters (like Today's top hits)
Engage users through continuation journeys (like "Continue listening") or 
with recommendation clusters (like "Today's top hits")

Finally, Collections spotlights hero content in its featured cluster, a larger, more premium UI template. You can display one personalized featured card per user and update it dynamically throughout the day. The featured cluster is best reserved for top personalized promotions and deals, for example:

    • Promote memberships and special business models, like a loyalty program.
    • Highlight your best personalized deals.
    • Announce new products and app features.

Collections’ featured cluster spotlights your hero content
Collections’ featured cluster spotlights your hero content

Get started with Engage SDK

To start using Collections, you'll need to integrate with Engage SDK, a client-side integration that leverages on-device APIs and takes most developers about a week to complete. Designed to be simple and lightweight, the integration adds less than 50 KB to the average app APK.

Engage SDK enables your apps to push personalized app content to Collections. There is no need to start and maintain a new content strategy as the integration is designed for the personalized content from your app’s front page. Since you already have the content strategy, metadata, and personalization required, all you’ll need to do is publish it with Engage SDK.

Today, we’re inviting all apps with users in the United States and content in our supported categories – Watch, Listen, Read, Shop, Food, Social, Travel & Events, Health & Fitness, Dating – to join. Over 35 top apps have already integrated with Engage SDK, including Adidas, Amazon Prime Video, Audible, Best Buy, iHeartRadio, Nextdoor, Spotify, Shopify, and Walmart.

Visit our Engage SDK integration guide to see if your app meets the eligibility and on requirements, and express your interest.



How useful did you find this blog post?

3 must-know updates from Google Play at I/O ’24

Posted by Nick Sharma – Product Manager, Google Play

At Google Play, we’re passionate about helping people discover experiences they’ll love while empowering developers like you to bring your ideas to life and build successful businesses. At this year’s Google I/O, we shared our latest developments that will help you acquire and engage users, optimize your revenue, and reinforce trust with secure, high-quality experiences.

If you missed this year’s event, check out our recap video below, or read on for our top 3 announcements.

#1: Enhanced store listings: More ways to reach the right audience

Your store listing is often your first chance to make a good impression and acquire new users. You can already tailor your store listing in a number of ways to optimize your conversions for different audiences.

    • Now, you can also create listings based on what users search for. Tailoring your store listings by search keywords will not only make listing content more relevant, it can also help you target users actively seeking the benefits your app provides.
    • Not sure what keywords to choose? Play Console will now give you keyword suggestions for potentially impactful store listings.
Increase your store listing's relevance and conversions by displaying content tailored to users by search keywords

#2: Expanded payment options: More ways for customers to pay for your content

Our extensive payment method library, which includes traditional payment methods like credit cards and over 300 local forms of payment in more than 65 markets, continues to grow.

    • We enabled Pix in Brazil, allowing you to offer millions of customers their preferred payment method.
    • We also enhanced support for UPI in India to streamline subscription purchases.
    • With our new installment subscriptions feature, you can offer customers the option to pay over time for long-term subscriptions, helping increase your signups and lifetime value.
Installment subscriptions are now available for users in Brazil, France, Italy, and Spain

#3: SDK Console improvements: Build high-quality and safer app experiences

We're making it easier to build high-quality and safer app experiences with enhancements made possible by SDK Console.

    • You can now get better guidance on how to fix crashes or errors in Android Studio and receive notifications from SDK owners about non-compliant versions in Play Console.
    • Plus, you can share crash or ANR data with SDK owners directly through Play Console.
Sare crash or ANR data with SDK owners in Play Console
Developers can now share crash or ANR data with SDK owners in Play Console

That’s it for our top 3 announcements, there’s so much more to discover from this year’s event. Check out this blog post for more Google Play announcements at this year’s Google I/O.

I/O 2024: What’s new in Google Play

Posted by Paul Feng, Vice President of Product Management, Google Play

At Google Play, we’re passionate about helping people discover experiences they’ll love while empowering developers like you to bring your ideas to life and build successful businesses.

At this year’s Google I/O, we shared our latest developments for apps and games, plus how we’re helping you reinforce trust with secure, high-quality experiences, acquire and engage users, and optimize your revenue.

Addressing the unique needs of your app category

We know that success looks different in every app category, which is why we’re addressing the specific challenges and opportunities of each vertical, from games and media to entertainment and retail.

Engage SDK: Expanding your app’s reach on and beyond the Play Store

Over the last year, the Play Store has evolved into a content-focused destination, highlighting your apps' most exciting features and updates. Now we're introducing a brand-new surface as a developer preview to showcase your content and enable cross-app continuation journeys.

Developers can use this surface to highlight the most important content from users’ installed apps and even launch users into a full-screen immersive experience with personalized recommendations and promotions. For users who haven’t installed your app yet, you can also use this space to recommend your app and showcase its most compelling content.

To unlock these benefits, you'll need to integrate with Engage SDK, a client-side integration that leverages on-device APIs and takes most developers about a week to complete. Express interest in joining our developer preview today and be among the first to feature your content on the new on-device surface launching later this year.

Google Play Games on PC and Play Points: Maximizing gamer engagement

For games, we continue to enhance our tools to empower you throughout the game lifecycle. Google Play Games on PC recently expanded to more than 140 markets with a catalog of over 3,000 games, helping you reach gamers across multiple devices. We’ve also simplified the integration process with Play Games Services, which connects your gamers’ progress and achievements on Play. To further boost gamer engagement, you can leverage Play Points to launch coupons, discounts, or exclusive in-game items, while also benefiting from improved performance reporting within Play Console.

To learn more about our broad suite of tools for game developers, check out the full recap from the Google for Games Developer Summit.

Reinforcing trust with secure, high-quality experiences

Quality and security are at the heart of Google Play. This year, we’ve made several updates designed to protect both your users and your business, including SDK management tools, smoother launch processes, enhanced user security, and proactive ways to safeguard user trust and business integrity.

Google Play SDK Console: Building a safer Play Store with SDK owners

In 2021, we launched Google Play SDK Console and invited some of the most widely adopted SDKs to join. Now, we’re opening SDK Console to all SDKs, as long as they’re distributed from a canonical Maven repository source that we can verify. This includes open-source SDKs and smaller SDKs that weren’t previously supported.

Through the console, SDK owners can access usage statistics and tools to help them guide app developers in adopting SDK versions that fix quality issues and comply with Play policies.

Recently, we added the option in Play Console for app developers to share crash or ANR data with SDK owners, which in turn can give guidance to app developers on how to fix crashes or ANR errors in all affected apps in Android Studio and Play Console.

Developers can now share crash or ANR data with SDK owners in Play Console

Enhanced app-release tools: Preventing surprises and streamlining launches

Our new pre-review checks combine several existing quality checks into one UI, allowing you to spot common policy and compatibility issues before your app goes live. And if you need to make last-minute changes, you can now discard unwanted releases in the “Not yet sent for review” stage, reducing the risk of making accidental updates.

Play Integrity API updates: New protections against unauthorized access

The Play Integrity API helps prevent attacks, abuse, and unauthorized access by letting you check that your app is unmodified and installed by Google Play on a genuine Android device. Today, we’re launching three new features to help further defend against security threats:

    • App access risk, now in public beta, lets your app know if another app could be capturing the screen, displaying overlays, or controlling the device. Since these features are important for accessibility users, we’ve designed it so that genuine accessibility apps won’t trigger the verdict.
    • You can also receive a Play Protect verdict in your API response. This lets your app know if Play Protect is turned on and if it has found any known malware on the device.
    • Finally, recent device activity lets you detect and respond to devices that make a high volume of requests, which could be a sign of automated traffic or an attack.

More ways to acquire and engage users

Reaching the right audience is crucial for the success of your app. That’s why we're constantly developing tools that help you target your ideal users, personalize your messaging, and create engaging experiences that drive downloads and retention.

Custom store listings: More ways to reach the right audience with the right message

Your store listing is often your first chance to make a good impression and acquire new users. You can already tailor your store listing in a number of ways, to optimize your conversions for different audiences.

Now, you can also create listings based on what users search for. Tailoring your store listings by search keywords will not only make its content more relevant, it can also help you target users actively seeking the benefits your app provides. Play Console will even give you keyword suggestions for potentially impactful store listings.

Learn how to build listings that target specific search keywords in our new Play Academy course, and get a head start on writing by generating suggested descriptions with Gemini models.

Increase your store listing's relevance and conversions by displaying content tailored to users by search keywords

Store listings: Enhancements to enable cross-device discovery

We’re also making store listings more relevant to users who want to use your apps on multiple devices.

    • Your listings now display screenshots, ratings, and reviews specific to each form factor to help users get a sense of the app experience they can expect.
    • Plus, by adding details specific to each device type, your app can be discovered when users search and filter for new apps by device type or explore our new page dedicated to “other devices.”

Deep links: Increasing engagement with seamless web-to-app journeys

Deep links are a great way to increase engagement by driving users directly to a relevant page within your app, where they can check out content, book a trip, or continue their shopping experience.

    • Now we’re making it even easier to manage your deep links in Play Console with deep links patching. Patching allows you to experiment or make quick changes to your deep-link setup without the need to release a new app version, and it doesn’t commit you to permanent changes.
    • Once the changes are made, you can review them by previewing or downloading a test version to your device. If everything works as expected, just push the patch live and let Google Play deliver the changes to your users.

Optimizing revenue with Google Play Commerce

With over 2.5 billion users across 190+ markets, Google Play gives you access to a vast global audience. This year, we focused on improving your ability to access customers in these markets by making it easier to make secure and seamless purchases.

Expanded payment options: More ways for customers to pay for your content

Our extensive payment method library, which includes traditional payment methods like credit cards and over 300 local forms of payment in more than 65 markets, continues to grow.

    • We enabled Pix in Brazil and enhanced support for UPI in India to streamline subscription purchases, allowing you to offer hundreds of millions of customers their preferred payment method in these markets.
    • We’ve also extended the ability for customers to make purchases for someone else. Customers with a Google family set up can now approve their child’s purchases on Android from any OS.
    • Starting in India, customers can ask a friend or family member outside their Google family group to purchase an app or in-app product for them by sharing a payment link through their preferred text messaging service or email.

Optimized pricing: Pricing your products for local purchasing power

Finding the right price for your products is essential to attract customers and maximize revenue.

    • Google Play now automatically updates price ranges to reflect currency fluctuations against the US dollar, and you’ll see a new Inbox notification in Play Console any time we recommend a price adjustment for your in-app products.
    • To give you more pricing flexibility, you can now price your products on Google Play as high as 999.99 US dollars or local equivalent.

Improved purchase experiences: Boosting your checkout performance

We’re making purchase experiences more seamless and convenient by giving customers more guidance and flexibility, and giving you the tools to fine-tune these experiences.

    • We added new badges to the Play Store such as “best selling,” “trending,” and “popular” to help guide customers’ purchases.
    • With our all-new installment subscriptions feature, you can offer customers the option to pay over time for long-term subscriptions, helping increase your signups and lifetime value. Our early access program showed an increase of 8% in total subscription sign ups and 4% in user spend.
Installment subscriptions are now available for users in Brazil, France, Italy, and Spain

    • We’re also introducing the new Play Billing Lab app, which makes it easier to adopt and test features that can help you improve the customer experience for one-time purchases and subscriptions. The Lab allows you to test your integration with Play's billing system, create test configurations without affecting real users, and experiment with country overrides and subscription lifecycle changes.

To take advantage of these features and everything else that our commerce platform has to offer, be sure to upgrade to Play Billing Library 7.0 later this month. This year, we're aligning the library's deprecation timelines with Play's policies, so support for version 5 will end in August 2024.


And that’s it for our recap of the latest updates and vertical-specific investments we're making to help you reinforce trust, acquire and engage users, and optimize your revenue. We're excited to see how you leverage these tools to grow your business on Google Play.

The latest updates to power your growth on Google Play

Posted by Paul Feng – Vice President of Product Management, Google Play

Our annual Playtime event series kicks off tomorrow, with announcements from our product teams and insights from local Google experts. If you’re not one of the attendees joining us in person this year, here’s a sneak preview of the product news we’ll be sharing to help you grow successful, long-term businesses on Google Play.

Check out our top five updates in the video below, or read on for the full list.

More ways to boost growth and engagement

This year, we improved three of our most impactful offerings: custom store listings, the deep links page in Play Console, and Google Play Games on PC.

Custom store listings enable you to optimize your conversion rate and acquisitions by creating different messaging for different user segments. Many of you have already been using your 50 custom store listings to tailor your messaging by country, pre-registration status, Google Ads campaigns, or to inactive users.

Now, we’re making it even easier to create and manage your listings with the ability to:

    • Save your listings as a draft to continue editing later
    • Schedule your listings to publish when you want and for the duration you choose
    • Test your listings with a portion of your audience before rolling them out

Last year, we launched a new Play Console page dedicated to deep links to help you discover additional opportunities for growth and engagement. This page flags broken deep links and provides detailed guidance on how to fix them, as well as helps you rationalize your web-to-app mapping by reviewing your top website URLs and their deep link status.

This year, we improved the page with new metrics and insights to help you make the most of your deep link strategy. You can now:

    • Make sure the landing pages from your ad campaigns are deep-linked
    • See the percentage of your top-performing URLs that have been deep-linked, so you can see where you have an opportunity to direct more users to your app
    • Find out what percentage of users with your app installed would have the URL open inside the app

ALT TEXT

For game developers, we’ve expanded our Google Play Games on PC beta to help you grow your user base. Since we launched the program last year, we’ve seen a tremendous amount of growth. Google Play Games on PC currently reaches users in more than 120 countries, offering over 3,000 titles including Clash of Clans, Clash Royale, Free Fire MAX, and Angry Birds 2*. Learn more about how Google Play Games on PC has improved the quality of the gaming experience to accelerate your growth.

More ways to reach your monetization goals

To help you more effectively generate revenue from your audiences, we're rolling out new features on our commerce platform to help you optimize your prices, reach more buyers, and better manage user purchases.

At this year's I/O, we launched price experiments for in-app products, allowing you to test price points and optimize for local purchasing power at scale. Next month, you’ll be able to:

    • Save your experiments as drafts to edit later
    • Remove a poorly performing variant during the experiment
    • See warning notifications for potential price configuration issues
    • Apply the ”winning” price to any and all products within the experiment

We’ve also started automatically updating our min/max price ranges to reflect currency fluctuations against the US dollar, and you’ll see a new Play Console Inbox notification anytime we recommend a price adjustment of your in-app products.

We also made several updates to help you better reach a global audience. Now you can more efficiently display available products and offers to users based on regional availability with the new getBillingConfigAsync API, which provides the user’s applicable country for Google Play. Our extensive payment method library now includes popular payment methods PayPay eWallet and cash top-ups at over 14,500 Lawson stores throughout Japan, cash top-ups at over 18,000 7-Eleven stores in Mexico, ShopeePay eWallet in the Philippines, Verve Card in Nigeria, and China UnionPay Card throughout select East Asian and Southeast Asian markets.

Coming soon, real-time developer notifications will expand to include notifications for one-time purchases and voided purchases such as cancellations, revocations, and chargebacks. These will give you more visibility and help you better manage purchases, including making quicker entitlement adjustments and taking action against potential fraud and abuse.

We’re also continuing our commitment to user choice billing, giving you more flexibility and choice when monetizing on Google Play. Developers enrolled in user choice billing can offer an additional billing system alongside Google Play’s in over 35 markets. And now, we’re making the alternative billing APIs available to participating developers with users across these markets. With the APIs integrated, developers can look forward to a more streamlined experience:

    • User choice screens rendered by Google Play: you will no longer need to build and maintain the information and/or choice screens as required by UX guidelines
    • Alternative billing settings in Play Console: manage alternative billing settings for eligible apps, including market enrollment, payment method logo, and more
    • Simplified transaction reporting: removing manual touchpoints
    • Google Play Top Charts: transactions reported via API are reflected on Top Charts
    • Improved reporting: transactions reported via API enable more detailed developer reporting - including exchange rates, associated app package ID, service fee rates, and more
Illustrative example of the user experience for user choice billing

Helping you deliver high-quality experiences

To connect people with experiences they’ll love, we continuously invest in new tools, features, and programs to help you build high-quality apps and games. As a reminder, we measure quality across four key pillars: core value, user experience, technical quality, and privacy and security.

For example, we’re increasing the app bundle size limit from 150MB to 200MB to help you deliver more functionality to improve your core value and user experience. Because Play will continue to deliver only the relevant content, users will only experience your enhanced functionality and not increased app size.

To help you improve your technical quality, we’re excited to announce some new features in Android vitals to help you monitor your title against per-device bad behavior thresholds and effectively manage and debug issues. You can now:

    • Monitor and detect issues with release rollouts using hourly vitals data
    • Analyze longer-term trends in technical performance with 3 years of Android vitals data
    • Prioritize devices by business impact with per-device business metrics like store listing impressions, average rating, and daily active device metrics
    • Get notified via email and Play Console Inbox when your per-device bad behavior threshold exceeds 8%
    • Analyze Android vitals crash event data and potential fixes alongside your code directly within Android Studio via App Quality Insights
    • Grant Play Console teammates limited access to app quality data only


And finally, to help ensure you're delivering the best experience to your users while you’re on the go, check out the recently refreshed Play Console app, where you can:

    • Monitor the metrics you care about
    • View and reply to reviews
    • Monitor and manage your apps across tracks and releases
    • Manage your app’s orders and issue refunds
    • Receive messages from Google Play

Protecting your business with the Play Integrity API

Over the last few years, we’ve continued to invest in the Play Integrity API to ensure that users experience your apps and games the way you intend.

Today, we’re announcing several major updates, including:

    • Low-latency Play Integrity API standard requests are leaving beta and becoming available to all developers, giving you integrity verdicts that are 10X faster
    • A new opt-in Play Protect signal checks whether Play Protect is on or off and whether any known malware is detected
    • A new Play Integrity API report and improved controls in Play Console helps you spot issues and adapt your anti-abuse strategy with an analysis and breakdown of API responses across your install base
    • SDK providers now have the option to set up and manage their Play Integrity API integration using the Google Play SDK Console, giving them control over their quota and letting them customize API responses

We hope you take advantage of all these new features to continue growing your businesses on Google Play. Please continue sharing your feedback so we can build the tools you need to power your growth. Thank you for being part of the Google Play community.


*Google Play Games on PC is available to download in 122 countries as of Nov 15, 2023.
Please see g.co/googleplaygames for more information. Game titles may vary by region.

Google Play Games on PC brings new features to accelerate growth

Posted by Arjun Dayal, Director, Google Play Games


Since we launched Google Play Games on PC beta last year, the product has seen a tremendous amount of growth. Now offering over 3,000 titles, Google Play Games on PC currently reaches users in more than 120 countries, providing a wide range of games across genres for players to enjoy. Our catalog continues to grow with popular mobile titles including Clash of Clans, Clash Royale, Free Fire MAX, and Angry Birds 2 available today*.

We’ve been engaging with our amazing community of players and have been focused on increasing the quality of the gaming experience by adding new gameplay capabilities. We’ve recently added support for microphones and popular game controllers, as well as provided dynamic display options that let players select a screen resolution up to 4K.

CookieRun: Tower of Adventures with game controller support
Preview of CookieRun: Tower of Adventures with game controller support

We’ve also streamlined the user install journey for Google Play Games on PC to make game discovery easier. When a user visits the Play Store from a Windows PC, the games homepage will now showcase PC optimized games that can be installed directly on their PC.

Play store web version details page

We’re excited to bring more features to Google Play Games on PC to our growing community of players and unlock opportunities for developers to expand their reach. If you’re ready to make Google Play Games on PC a part of your growth strategy, learn more about new features and optimization guides from our developer site.


Windows is a trademark of the Microsoft group of companies.
*Google Play Games on PC is available to download in 122 countries as of Nov 15, 2023.
Please see g.co/googleplaygames for more information. Game titles may vary by region.