简体   繁体   English

Apple Store,Android Market是否接受使用jQuery,jQueryMobile和Phone-Gap制作的移动应用程序

[英]Does Apple Store, Android Market accept Mobile Apps made using jQuery , jQueryMobile and Phone-Gap

I am making an application for online blog I am using JqueryMobile features to design the application and Phone Gap to add features to it like GPS to check location and other features from Mobile. 我正在为在线博客制作应用程序,正在使用JqueryMobile功能设计应用程序,并使用Phone Gap向其添加功能,例如GPS来检查位置以及Mobile中的其他功能。

     <div id="index" data-role="page">
         <div data-role="header" data-position="fixed" id="nav_header">
             <h1>Deals</h1>
             <nav data-role="navbar">
                <ul>
                    <li><a href="#index">home page</a></li>
                    <li><a href="#info">settings</a></li>
                </ul>
             </nav>
         </div>
         <div data-role="content">
             <a href="#search" data-role="button">Search Blog</a>
             <a href="#search" data-role="button">New Blog </a>
         </div>
     </div>

Would it be acceptable if writen in this format ? 如果以这种格式写入,可以接受吗? I am totally newbie in this. 我完全是新手。 What else should I do or improve if I am missing somewhere in making this? 如果我在做某事时失踪了,该怎么做或改善? Thanks 谢谢

I'm fairly sure that you'd be fine on the Android marketplace, there are very few rules other than no malware. 我相当确定您在Android市场上会不错,除了没有恶意软件外,几乎没有其他规则。 I can't help you regarding iOS though. 不过,对于iOS我还是帮不上忙。

phonegap适用于Apple Store,但有时接受时间要比普通iphone应用程序更长。http ://www.macstories.net/news/apple-phonegap-framework-is-ok-for-the-app-store/

暂无
暂无

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

相关问题 如何使用适用于iPhone和Android的jQuery Mobile-Gap添加发送电子邮件功能 - How to add send email functionality using jQuery Mobile Phone-Gap for iPhone&Android jQuery Mobile-Gap:-列表视图中的自动分隔符是否正常工作? - jQuery Mobile Phone-Gap:- Does the Auto-Dividers in list view is working or not? 使用Web View而不是手机间隙的android- jquery mobile - android- jquery mobile using web view instead of phone gap Android Market是否使用WebViewClient接受应用? - Does Android Market Accept app using WebViewClient? 为什么我的手机空白应用无法在某些Android设备上找到地理位置 - Why my phone-gap app has not been able to find geolocation on some of the Android device Android Market(Play商店)如何“推送”安装到我的手机上? - How does the Android Market (Play Store) “push” installs to my phone? 弹出窗口不想出现(jQuery mobile,电话间隔) - popup does not want to appear (jquery mobile, phone gap) 安卓代码到iOS的转换,用于将位图图像输入从本地iOS插件发送到手机间隙 - Conversion of android code to iOS for sending bitmap image input to phone-gap from native iOS plugin 谷歌地图在“电话差距测试应用程序”上工作,但在构建并作为android apk运行时不起作用 - google maps working on “phone-gap test app” but not working when built and run it as android apk 如何使用javacscript从phone-gap访问sq-lite数据库 - how to access sq-lite database from phone-gap using javacscript
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM