需要对 Windows Phone 7 进行一些说明
我是 Windows Phone 7 的新手,请帮助我澄清以下内容。
- 就像 iPhone 和 iPhone 一样android,是否可以拥有适用于 Windows Phone 7 的企业应用程序商店?这样我们就可以使用自己的应用程序来下载\安装其他应用程序或卸载其他应用程序。
- Windows Phone 7 是否提供内置 MDM 服务?
- 我用 C# 开发了示例应用程序,但想知道是否可以用 C++ 开发应用程序?
I'm new to Windows Phone 7, please help me in getting clarification on following.
- 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.
- Is there any built-in MDM service available with Windows Phone 7?
- I developed sample apps in C#, but wondering whether it is possible to develop apps in C++?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
没有。您可以链接到应用程序商店,但您无权直接在 WP7 中安装内容
据我所知。也许另一位用户可以对此有更多的了解。
有点像,但我建议使用 c#,因为它更简单、更稳定。 请参阅此处
No. You can link to the app store but you dont have access to install things directly in WP7
Not to my knowledge. Perhaps another user can shed more light on this one.
Kind of but I would recommend using c# since its simpler and more stable. see here
不,不是。应用程序商店的部分目的是公正地审查应用程序中是否存在恶意或不道德的代码。 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.