简体   繁体   English

我们可以根据HTML提交windows phone 8 app吗?

[英]Can we submit windows phone 8 app based on html?

I do not have Windows Phone tools SDK 8.0. 我没有Windows Phone工具SDK 8.0。 Also, I don't want to create an app in XAML. 此外,我不想在XAML中创建应用程序。

What I want to do is show one url page on windows phone 8 and publish on marketplace account . 我想要做的是在Windows Phone 8上显示一个url页面并在marketplace帐户上发布

My android code looks like this: 我的android代码看起来像这样:

String uri = "http://websitename.nl/index.php?device_id=" + deviceId + "&nocache=" + Integer.toString(random);
myWebView.loadUrl( uri, noCacheHeaders);

No. 没有。

App policies for Windows Phone , §2.10: 适用于Windows Phone的应用程序策略 ,§2.10:

Your app and metadata must have distinct, substantial and legitimate content and purpose. 您的应用和元数据必须具有独特,实质和合法的内容和目的。

Your app must be fully functional when acquired from the Windows Phone Store and it must provide functionality other than launching a webpage . 从Windows Phone Store获取应用程序时,您的应用程序必须完全正常运行,并且必须提供启动网页以外的功能

Your app must not be unreasonably priced in relation to the functionality of the app. 对于应用程序的功能,您的应用程序的价格不得过高。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM