RinteRface / shinyMobile

shiny API for Framework7 (IOS/android)
https://shinymobile.rinterface.com
403 stars 74 forks source link

Can I publish the application to the app store or Google Play #263

Open peter100u opened 4 months ago

peter100u commented 4 months ago

Do you have any relevant guidelines

hypebright commented 4 months ago

@peter100u, we don't have guidelines available, but you could achieve it with Capacitor, PWABuilder or Cordova. I know that Matt Dancho has written a blog where he goes over it high-level. And PWABuilder also provides guidelines.

It's a bit tricky though, because a Shiny app will need a Shiny server. So what you would do is wrap your (deployed) Shiny app in a native app container (using one of the tools mentioned- Cordova/PWABuilder/Capacitor). But it might be hard to get through the review process.

For example, relevant App Review Guidelines from Apple:

For Google Play Store it's less clear. There are no specific guidelines that say WebViews or embedding websites is not allowed. Only that, and that speaks for itself, the site to which it is pointing should not violate anything.

peter100u commented 4 months ago

think you very much