Is there a way to publish an app on publishing PWA on app stores google play and ios itunes. Without creating a buggy with cordova which creates a tons of issues to maintain.
3 Answers
Yes there is way to publish your PWAs to Android AppStore.
TWAs
Trusted Web Activities are a new way to integrate your web-app content such as your PWA with your Android app using a protocol based on Custom Tabs.
TWAs uses the Digital Asset Links protocol and API enable an app or website to make public, verifiable statements about other apps or websites. For example, a website can declare that it is associated with a specific Android app, or it can declare that it wants to share user credentials with another website.
Checkout the following link for complete guide to launch PWA to Appstore by Google Developers forum and tutorial guide on medium by Maximiliano Firtman here

- 394
- 4
- 8
-
1what abt iOs,, isthere similar link / tutorial – shrw Feb 27 '19 at 05:55
-
There is no similar thing to TWAs on Apple AppStore and I don’t know about Apple is pushing something like this soon. – prijesh bhingradiya Feb 27 '19 at 14:58
Try the documentation Package Your Cordova App for Publishing to an App Store.
Before you can build your application for deployment to any device through a public app store, you must first configure Visual Studio with the information it needs to complete the process of packaging and signing the application for deployment through an app store.

- 5,887
- 1
- 27
- 65
I've just started investigating this myself, have you tried PWA builder? https://www.pwabuilder.com?
It can generate packages for Windows, Android and iOS.

- 4,844
- 1
- 22
- 17