upvote
>Ultimately I ended up making a PWA that does nothing except act as a bookmark.

Which is exactly what I was going to reply to your original post.

I am willing to bet 80-90% of user don't want / need / care if it is an Native app. They simply want the website / PWA bookmark icon on their App Screen selection.

The problem right now is the experienced of getting a PWA on to an App screen is not user friendly or in someway user hostile because it goes against the fundamental service revenue of their App Store model.

reply
Sounds like what could be a useful built-in OS feature. Along the lines of:

"Aim camera at QR code to put "open-link" icon on your home screen"

Does something like that not exist?

reply
It could, right? But let me tell you a secret: Apple doesn't want PWAs/web apps and actively limits Safari to force developers to build apps.
reply
Devs can pretty easily implement this on their site using the BeforeInstallPromptEvent.prompt method.

https://developer.mozilla.org/en-US/docs/Web/Progressive_web...

Though of course...

> This is not supported on iOS.

reply