publishing PWA on app stores : google play and ios itunes

青春壹個敷衍的年華 提交于 2019-12-24 04:26:26

问题


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.


回答1:


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




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/52819197/publishing-pwa-on-app-stores-google-play-and-ios-itunes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!