Yeah Voyager has both a native iOS app and an installable Progressive Web App
iOS App: apps.apple.com/us/app/…/id6451429762 Android App: play.google.com/store/apps/details?id=app.vger.vo… Installable Progressive Web App: vger.app
Comment on Several Lemmy iOS apps look to have left TestFlight!
Tatters@feddit.uk 1 year agoVoyager used to be a web app, but has now gone native too.
Yeah Voyager has both a native iOS app and an installable Progressive Web App
iOS App: apps.apple.com/us/app/…/id6451429762 Android App: play.google.com/store/apps/details?id=app.vger.vo… Installable Progressive Web App: vger.app
Did they actually re-code the whole thing to make it native? You can ship a web app via the app store just fine. Only making changes to take advantage of the better system access that provides.
MentalEdge@lemmy.world 1 year ago
A web app doesn’t magically turn into a native app when you put it on the app store. The way it gets installed, and the system access is different, and better for stuff like notifications…
But the word “native” refers to applications made using the native SDK, which in Apple’s case is Swift. I’d be extremely impressed if the devs re-wrote the entire app in new code. But that would be unnecessary.
You can have non-native apps on the app store. A lot of your apps probably aren’t native SDKs like flutter, used by liftoff and thunder, make development much easier in exchange for the resulting application running a bit less efficiently. Flutter applications can also run on both Android and iOS, and even desktop, with little additional work.
TheRaven@lemmy.ca 1 year ago
You’re right