TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What's the latest way of submitting pwas to the app stores?

2 点作者 sloankev超过 1 年前
I have a client who wants a mobile app on the app store (ios + android). Their mobile web experience is more than good enough, and they shouldn&#x27;t need to build another separate app from scratch for this simple use case, they aren&#x27;t using any of the native apis. But they want their app searchable and installable from the app stores.<p>I&#x27;ve used <i>Apache Cordova</i>[0] years ago for this, but wondering what the current best option is.<p>The options are:<p>[0] Apache Cordova - I used this years ago, but wondering if it still holds up, I read that it&#x27;s no longer maintained. Is it better to create an expo app and use the webview component?[1] Has anyone tried pwa builder?[2]<p>Thank you for any insights!<p>[0]https:&#x2F;&#x2F;cordova.apache.org&#x2F; [1]https:&#x2F;&#x2F;docs.expo.dev&#x2F;versions&#x2F;latest&#x2F;sdk&#x2F;webview&#x2F; [2]https:&#x2F;&#x2F;www.pwabuilder.com&#x2F;

1 comment

Aulig超过 1 年前
Disclosure: I run <a href="https:&#x2F;&#x2F;webtoapp.design" rel="nofollow">https:&#x2F;&#x2F;webtoapp.design</a> where I convert websites into mobile apps (and help publish them).<p>Basically, yes, wrap it in a WebView. I&#x27;d need to see your mobile website to judge it better, but if it looks like a website, Apple might reject it. Your website really needs to look like an app to have some certainty of getting it through if your app only consists of a WebView.<p>At webtoapp.design we usually include some native components in the apps. Although they might not add functionality (just replaces some website components), they help get the app published.<p>I guess you&#x27;ll have to decide based on your hourly rate whether it&#x27;s worth it to tinker with some self-built solution or if you are also open to going with a finished product. I don&#x27;t want this to sound too much like an ad, just expanding on the time save (because often you don&#x27;t think about all the things in advance): - If your client decides he wants push notifications: A finished solution should already have support for that - For Apple, you&#x27;ll also need to set up your Xcode developer environment and manage all the certificates and provisioning profiles (personally, I found that complicated when I started out). With webtoapp.design we handle all of that automatically (we upload a finished build to your developer account) - not sure if some competitors do that too.