Earlier quoted context omitted.
Lets say you were making an app and had to decide between native or PWA. You don't need much more than push notifications so there shouldn't be a big difference between the two. You do your research and find that you can either have: a) Native app: publish to App Store, make links on your website directly open the App Store page where the user can install your app b) PWA: your app is usable directly on your website,…
Native apps can't send push notifications without asking for permission on iOS either. If all you need is push notifications, that shouldn't be your deciding factor.
> If all you need is push notifications, that shouldn't be your deciding factor.
I'm dealing with this right now! Rewriting a React Native app as a PWA because reasons. Current plan is to ship it as a WebView app to avoid Apple's PWA installation hurdle. Everyone else will be able to easily install it as a PWA.