Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
peter100u opened this issue May 30, 2024 · 2 comments
Open

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

peter100u opened this issue May 30, 2024 · 2 comments
Labels
question Further information is requested

Comments

@peter100u
Copy link

Do you have any relevant guidelines

@hypebright
Copy link
Contributor

hypebright commented Jun 3, 2024

@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:

  • 4.2 Minimum Functionality: your app should include features, content, and UI that elevate it beyond a repackaged website. If your app is not particularly useful, unique, or “app-like,” it doesn’t belong on the App Store. If your App doesn’t provide some sort of lasting entertainment value or adequate utility, it may not be accepted. Apps that are simply a song or movie should be submitted to the iTunes Store. Apps that are simply a book or game guide should be submitted to the Apple Books Store.

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.

@hypebright hypebright added the question Further information is requested label Jun 3, 2024
@peter100u
Copy link
Author

think you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants