需要对 Windows Phone 7 进行一些说明

发布于 2024-11-17 05:15:24 字数 254 浏览 5 评论 0原文

我是 Windows Phone 7 的新手,请帮助我澄清以下内容。

  1. 就像 iPhone 和 iPhone 一样android,是否可以拥有适用于 Windows Phone 7 的企业应用程序商店?这样我们就可以使用自己的应用程序来下载\安装其他应用程序或卸载其他应用程序。
  2. Windows Phone 7 是否提供内置 MDM 服务?
  3. 我用 C# 开发了示例应用程序,但想知道是否可以用 C++ 开发应用程序?

I'm new to Windows Phone 7, please help me in getting clarification on following.

  1. Like with iPhone & android, Is it possible to have our enterprise app store for Windows Phone 7? So that we can use our own app to download\install other apps or uninstall other apps.
  2. Is there any built-in MDM service available with Windows Phone 7?
  3. I developed sample apps in C#, but wondering whether it is possible to develop apps in C++?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

小耗子 2024-11-24 05:15:24
  1. Mango(Windows Phone 7 的下一个版本)将允许私人市场。这是有关该公告的链接。不过我还没有看到更多细节。
  2. System Center Configuration Manager 2012,其中Beta 2 版本将支持 Windows Phone。
  3. 不,没有适用于 Windows Phone 的“本机”SDK。
  1. Mango ( the next release of Windows Phone 7) will allow private marketplace. Here is a link about the announcement. I have not seen additional details though.
  2. System Center Configuration Manager 2012, which is available as a beta 2 will support Windows Phones.
  3. No, there is no "native" SDK for Windows Phone .
我恋#小黄人 2024-11-24 05:15:24
  1. 没有。您可以链接到应用程序商店,但您无权直接在 WP7 中安装内容

  2. 据我所知。也许另一位用户可以对此有更多的了解。

  3. 有点像,但我建议使用 c#,因为它更简单、更稳定。 请参阅此处

  1. No. You can link to the app store but you dont have access to install things directly in WP7

  2. Not to my knowledge. Perhaps another user can shed more light on this one.

  3. Kind of but I would recommend using c# since its simpler and more stable. see here

意犹 2024-11-24 05:15:24

不,不是。应用程序商店的部分目的是公正地审查应用程序中是否存在恶意或不道德的代码。 Win7 的 C++ 应用程序在技术上是可行的。除非它们是纯托管代码(除非您为电话供应商工作),否则它们不太可能被接受。

无论如何,这都是不可取的方法,因为 Windows 7 手机之间的硬件存在一定程度的差异,一旦您离开托管代码的保护范围,这将很快成为一个令人头疼的问题。

No, it isn't. Part of the point of the app store is impartial vetting of apps for malicious or unscrupulous code. C++ apps for Win7 are technically possible. They are not likely to be accepted unless they are pure managed code (unless you work for the phone vendor).

In any case this is an inadvisable approach because there is a certain amount of variation in hardware between Windows 7 phones and this will rapidly become a major headache as soon as you leave the sheltered confines of managed code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文