Is it worth turning my website into a PWA for app store submission?

0
2
Asked By CuriousCat123 On

I'm working on a website that's like an imageboard for tracking media, and it was built using NextJS. The site can already be installed as a Progressive Web App (PWA), but I'm considering whether I should invest more time into making it a fully developed PWA to submit to app stores. Eventually, I do plan to create a React Native version, but for now, I'm curious if a PWA would serve as a good temporary solution and what limitations I might face compared to using React Native.

1 Answer

Answered By CodeNinja88 On

What you might actually need is Bubblewrap, which helps to wrap your PWA for submission to app stores. You can check out the guide [here](https://developers.google.com/codelabs/pwa-in-play?hl=de#0) for more details.

GratefulUser43 -

Thanks a ton for that resource!

AppDevExpert -

Yes, Bubblewrap is great for that! Plus, PWABuilder can help create a straightforward Xcode project if you're targeting iOS.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.