如何在 iphone 应用程序中实现 activesync 协议?

2023-10-22移动开发问题
0

本文介绍了如何在 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 协议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

硬件音量按钮更改应用程序音量
Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)...
2024-08-12 移动开发问题
10

Cocos2d - 如何检查不同层中对象之间的交集
Cocos2d - How to check for Intersection between objects in different layers(Cocos2d - 如何检查不同层中对象之间的交集)...
2024-08-12 移动开发问题
8

突出显示朗读文本(在 iPhone 的故事书类型应用程序中)
Highlight Read-Along Text (in a storybook type app for iPhone)(突出显示朗读文本(在 iPhone 的故事书类型应用程序中))...
2024-08-12 移动开发问题
9

Cocos2D + 仅禁用 Retina iPad 图形
Cocos2D + Disabling only Retina iPad Graphics(Cocos2D + 仅禁用 Retina iPad 图形)...
2024-08-12 移动开发问题
10

如何将 32 位 PNG 转换为 RGB565?
How to convert 32 bit PNG to RGB565?(如何将 32 位 PNG 转换为 RGB565?)...
2024-08-12 移动开发问题
21

正确的 cocos2d 场景重启?
Proper cocos2d scene restart?(正确的 cocos2d 场景重启?)...
2024-08-12 移动开发问题
7