Mobile

You can now publish PWAs in the Google Play Store as Chrome 72 for Android ships with Trusted Web Activity feature

2 min read

Chrome 72 for Android now comes with the Trusted Web Activity feature. This means that PWAs can now be distributed in the Google Play Store. The Trusted Web Activity feature is a way to open Chrome in standalone mode (without any toolbar or Chrome UI) within the scope of our Google’s native Android package. This will allow publishing your PWA in the Google Play store, and from the browser.

PWA in Google Play Store offers the following features:

  • Home Screen Widget
  • Wear OS companion app or Android Auto extension
  • Background services accessing native features
  • Limited monetization of the App
  • The possibility of having some native screens mixed with PWA content
  • Distribute more than one PWA icon in the Launcher and/or home screen pointing to different URLs (within the same host)
  • Better internationalization support

However, PWA in the store is an opt-in operation. The PWA won’t be listed in the store if users don’t compile their own APK, and publish it.

Maximiliano Firtman, a mobile and web developer has written a tutorial showing how users can create an Android Package using TWA, the limitations of using this platform, and how to create a PWApk. He talks about the publishing process saying that it is not straightforward. For publishing, you use a Java API that communicates through services with Chrome which requires manual work. He has shared his experiences trying to make it work in his blog post.

Overall he says that “The idea that we can now publish PWAs in the Google Play Store is really a game changer. It seems we are in the early stages of the API right now and we definitely need a higher level solution for this. I really want to see a tool to enter our PWA’s URL and get an APK from it.

Read Next

Top frameworks for building your Progressive Web Apps (PWA)

5 reasons why your next app should be PWA (progressive web app)

Build powerful progressive web apps with Firebase

Sugandha Lahoti

Content Marketing Editor at Packt Hub. I blog about new and upcoming tech trends ranging from Data science, Web development, Programming, Cloud & Networking, IoT, Security and Game development.

Share
Published by
Sugandha Lahoti

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago