c# - 我们可以提交基于html的windows phone 8 app吗?

标签 c# windows-phone-7 windows-phone-8 windows-phone

我没有 Windows Phone 工具 SDK 8.0。另外,我不想在 XAML 中创建应用。

我想做的是在 Windows Phone 8 上显示一个 url 页面并在市场帐户上发布

我的安卓代码是这样的:

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

最佳答案

没有。

App policies for 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.

Your app must not be unreasonably priced in relation to the functionality of the app.

关于c# - 我们可以提交基于html的windows phone 8 app吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20679718/

相关文章:

c# - 如何使用 OpenTK 正确绘制多边形

c# - 调试 Windows Phone 应用程序时无法理解此 Windbg 输出

c# - 在 wp7 上使用 mvvm light 进行条件绑定(bind)

c# - Windows Phone 8,将 DependencyProperty 用于用户控件、PropertyChangedCallback 和 CoerceValueCallback 问题

c# - 为什么数据绑定(bind)不能与 PropertyChanged 一起使用?

c# - 使用 HttpWebRequest 和 X509 SSL 证书检查 HTTPS Web 服务是否可用

c# - 用于查看 SharePoint 库中的照片的 Web 部件

silverlight - Windows Phone Navigation - 回传到之前的页面

c# - 尝试读取或写入 protected 内存。这通常表明其他内存已损坏。在 Windows Phone 8 中

c# - 禁用默认的 Windows Phone NFC 阅读器