简体   繁体   English

是否可以将基于网络的移动应用提交到Android Market或App Store?

[英]Is it possible to submit web-based mobile apps into the Android Market or App Store?

I've developed a web-based mobile application using Jquery Mobile and HTML5. 我已经使用Jquery Mobile和HTML5开发了一个基于Web的移动应用程序。 Now, can I create an iPhone Application that has only a browser inside that runs the my application ? 现在,我可以创建一个仅具有运行我的应用程序的浏览器的iPhone应用程序吗? so that when the use clicks on the Application icon, it redirects him to the URL of my application. 这样,当用户单击“应用程序”图标时,它将他重定向到我的应用程序的URL。 Can I do that with Android Market as well ? 我也可以通过Android Market做到这一点吗?

If not allowed, what's the best way to make access to the web-based app easy ? 如果不允许的话,使基于Web的应用程序访问变得容易的最佳方法是什么?

As per App Store Review Guidelines 根据App Store Review Guidelines

There is a chance that your application may get rejected eg 您的申请有可能被拒绝,例如

2. Functionality
   2.12
     Apps that are not very useful, are simply web sites bundled as apps, or do not provide any lasting entertainment value may be rejected

12. Scraping and aggregation
   12.3
     Apps that are simply web clippings, content aggregators, or a collection of links, may be rejected
  1. If it is a useful app (worth having in a mobile device) it won't get rejected. 如果它是一个有用的应用程序(值得在移动设备中使用),它将不会被拒绝。
  2. Don't have your corporate website's mobile version as an app. 不要将公司网站的移动版本作为应用程序使用。 But you can go for something like this http://itunes.apple.com/lk/app/south-wales-fire-crime-unit/id459417012?mt=8 但是您可以选择类似http://itunes.apple.com/lk/app/south-wales-fire-crime-unit/id459417012?mt=8的东西
  3. Follow apple's UI standards 遵循Apple的UI标准
  4. You can load your web page inside a UIWebView. 您可以在UIWebView中加载网页。 You can do this either by over the internet or having the files inside the app bundle. 您可以通过Internet进行操作,也可以将文件放在应用程序捆绑包中。

暂无
暂无

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

相关问题 从基于网络的市场在Android上远程安装应用 - Remotely install apps on android from the web-based market 使用本机导航编写基于Web的移动应用程序可行吗? - Is it viable to write a web-based mobile app with native navigation? 在基于Web的应用程序中,如何在基于Web的应用程序URL的末尾调用用户的IMEI / UDID? - In web-based apps, how do I call a user's IMEI / UDID to the end of my web-based app's URL? 我可以在 Android 或基于网络的应用程序上使用 CloudKit 吗? - Can I use CloudKit on Android or web-based app? 在 android 工作室中从基于 Web 的应用程序打印? - Printing from Web-based App in android studio? 亚马逊市场(适用于Android应用程序):登载后是否可以修改应用程序描述? - Amazon Market (for Android apps): is it possible to modify the app description once sumbmitted? Android App图标未显示在Mobile Android Market中,但在网络上显示 - Android App icon not showing in Mobile Android Market but does on the web Android Market应用程式未在手机上显示 - Android market app not showing in mobile Apple Store,Android Market是否接受使用jQuery,jQueryMobile和Phone-Gap制作的移动应用程序 - Does Apple Store, Android Market accept Mobile Apps made using jQuery , jQueryMobile and Phone-Gap 组织在 Android 市场和 BlackBerry 市场提交企业应用程序有什么要求 - What are requirements for an organization to submit an enterprise app in Android Market and BlackBerry market
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM