简体   繁体   English

我可以将应用上传到具有 webview 活动的 Play 商店吗?

[英]Can I upload an app to the play store that has an activity with a webview in it?

I have an app published to the play store and I've been maintaining it and adding new updates.我有一个发布到 Play 商店的应用程序,我一直在维护它并添加新的更新。 One of those updates is a webview that redirect to a web application that I built using NodeJS.其中一项更新是重定向到我使用 NodeJS 构建的 Web 应用程序的 Web 视图。

I have two niches of users: regular people that will download the app and use it for it's intended functionality, and my partners which offer services using the website, which is then displayed in the app when regular people use it, so they can request those services from partners.我有两个用户群:普通人会下载应用程序并使用它来实现预期的功能,我的合作伙伴使用网站提供服务,当普通人使用它时,这些服务会显示在应用程序中,因此他们可以请求那些来自合作伙伴的服务。

All I want to do is add an activity that contains a webview, which redirects to the website, so my partners can use it and not have to access the website via the browser every time (i'm just trying to make it more convenient for them to use the website).我想要做的就是添加一个包含 webview 的活动,它重定向到网站,这样我的合作伙伴就可以使用它而不必每次都通过浏览器访问网站(我只是想让它更方便他们使用该网站)。

I once tried uploading a partners app that did exactly that: only had a webview that redirected to the website, but it got struck down and I got a notice.我曾经尝试上传一个合作伙伴应用程序,它完全做到了这一点:只有一个重定向到网站的 web 视图,但它被删除了,我收到了一条通知。 My fear is that my currently released app will also get a notice if I try to add the webview to it's currently existing code (remember, it's just another activity. the app currently has 7 activities and was built from scratch by me over the course of the last 2 months).我担心的是,如果我尝试将 webview 添加到它当前的现有代码中,我当前发布的应用程序也会收到通知(请记住,这只是另一个活动。该应用程序目前有 7 个活动,并且是我在整个过程中从头开始构建的)最近 2 个月)。

My question is: will I get a notice on my current app if I add the new activity that only contains a webview?我的问题是:如果我添加仅包含 webview 的新活动,我会收到有关当前应用的通知吗? I pretend on creating an entire new app for my partners to use, but I currently don't have the time to do that, but I want to make it move convenient for them to access the website so they can use the system I built for them.我假装为我的合作伙伴创建一个全新的应用程序,但我目前没有时间这样做,但我想让他们更方便地访问网站,以便他们可以使用我构建的系统他们。

Yes, you can published an app which contains just a WebView of your own website.是的,您可以发布仅包含您自己网站的 WebView 的应用程序。 Please note that according to Google Play Developer Program Policies, it's not allowed to publish apps that provide a WebView of a website you don't own or administer:请注意,根据 Google Play 开发者计划政策,不允许发布提供非您拥有或管理的网站的 WebView 的应用:

Do not post an app where the primary functionality is to:不要发布主要功能是:

Provide a webview of a website not owned or administered by you (unless you have permission from the website owner/administrator to do so)提供非您拥有或管理的网站的网络视图(除非您获得网站所有者/管理员的许可)

Reference: http://play.google.com/about/developer-content-policy.html参考: http : //play.google.com/about/developer-content-policy.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以一次上传 3 个 APK 到 Play 商店吗? - Can I Upload 3 APKs At Once to Play Store? 我有一个未签名的 AAB 应用程序,如何对其进行签名以上传到 Play 商店 - I have an unsigned AAB app how can I sign it to upload to the Play Store Android证书会损坏吗? 我无法上传新的Play商店应用更新 - Can Android certificates get corrupted? I am unable to upload new Play Store App update 我无法通过 Play 商店安装我的上传应用,但我的设备已在支持的设备中注册 - I can not install my upload app via play store but my device is registered in supported devices 如何让 Firebase Analytics 在 Play Store 上的 React Native 应用程序中上传其分析数据? - How can I make Firebase Analytics in a React Native app live on the Play Store upload its analytics data? 我们可以在不更改 minifyEnabled false 的情况下将应用程序上传到 Play 商店吗 - Can we upload app on play store without changing minifyEnabled false 在没有启动器活动的情况下在 Play 商店上传 apk? - upload apk on play store without launcher activity? 我已将我的应用程序上传到 Play 商店,但有些设备没有出现 - I have upload my app into play store, but some devices not appeared 无法上传到play商店 - Can't upload to play store 我可以只在Google Play商店上载模板文件吗? - Can I upload only template files on google play store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM