简体   繁体   English

iOS上的Delphi XE2,带有Indy或第三方Internet组件

[英]Delphi XE2 on iOS with Indy or Third Party Internet Components

Are there third party components available for Delphi XE2 to create iOS applications with Internet support? 是否有第三方组件可供Delphi XE2创建支持Internet的iOS应用程序?

For example, the Indy components that ship with Delphi XE2 do not work with a FireMonkey iOS app. 例如,Delphi XE2附带的Indy组件不适用于FireMonkey iOS应用程序。 I want to be able to communicate with a REST Web Service in my iOS app. 我希望能够在我的iOS应用程序中与REST Web服务进行通信。

On FPC lists, people complain that the resolving doesn't work properly on iOS, but that the base sockets do work. 在FPC列表中,人们抱怨解析在iOS上无法正常工作,但基本套接字确实有效。 The question is probably where iOS differs from OS X wrt resolving of DNS names. 问题可能在于iOS与OS X的解析DNS名称的区别。

I assume something similar is going on with the FPC in under XE2, but am not entirely sure since FM is not VCL, and the event pump might be different which could create additional problems. 我假设在XE2下的FPC会发生类似的情况,但由于FM不是VCL,并不完全确定,事件泵可能会有所不同,这可能会产生其他问题。

Anyway, if you can get it compiled, try with only IPs as host to see if it is a general problem, or the relatively simple DNS resolving biut. 无论如何,如果你可以编译它,尝试只使用IP作为主机,看看它是一般问题,还是相对简单的DNS解析biut。

Looks like Real Thin Client has support you need: http://www.realthinclient.com/ 看起来Real Thin Client需要您的支持: http//www.realthinclient.com/

Win32 with Delphi 6 - XE; Win32与Delphi 6 - XE; Win32+Win64+MacOSX+iOS with RAD Studio / Delphi XE2 使用RAD Studio / Delphi XE2的Win32 + Win64 + MacOSX + iOS

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM