How do I implement activesync protocol in iphone app?(如何在 iphone 应用程序中实现 activesync 协议?)
问题描述
如何在 iphone 应用中实现 activesync 协议?任何建议、任何文档和教程都很好.
How do I implement activesync protocol in iphone app? Any advice, any docs and tutorials are well come.
我已阅读 从苹果交换 ActiveSync 和 iOS 4 设备.有这方面的真实文档吗?
I have read the Exchange ActiveSync and iOS 4 Devices from apple. Is there any real docs for this?
推荐答案
编写一个通过exchange active sync进行通信的应用程序很难,但并非不可能.Jons 答案中的 Exchange Server Protocols 链接包含一个名为 MS-ASWBXML 的文档.您必须自己为 wbxml 编写编码器,并且文档清楚地描述了需求.另外我强烈推荐这个文档:http://www.w3.org/TR/wbxml/
It is hard, but not impossible to write an app which communicates via exchange active sync. The link to the Exchange Server Protocols in Jons answer contains a document named MS-ASWBXML. You have to write an encoder for wbxml on your own and the document describes clearly the needs. Additionaly I recommend strongly this document: http://www.w3.org/TR/wbxml/
如果底层工作,你必须在top ob wbxml上实现EAS-protocol,这不是小事,因为文档中的错误,不同协议版本的不同行为.需要大量尝试才能检查错误,为什么交换服务器不理解您的请求 ;-)
If the low level is working, you have to implement the EAS-protocol on top ob wbxml, which is not trivial, because of bugs in the documentation, different behaviour of different protocol versions. It will be a lot of trial an error to examine, why the exchange server does not understand your requests ;-)
这篇关于如何在 iphone 应用程序中实现 activesync 协议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 iphone 应用程序中实现 activesync 协议?


- URL编码Swift iOS 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- UITextView 内容插图 2022-01-01