有没有关于如何在 iPhone 上处理 OFX 的库或示例?

发布于 2024-09-28 06:06:51 字数 359 浏览 0 评论 0原文

我正在开发一款资金处理 iPhone 应用程序,并希望使用开放金融交易 (OFX) 标准与消息源进行交互。有关此标准的信息位于此处 和此处

是否有任何关于如何在 iPhone 或 Objective-C 中与 OFX 交互的开源库、示例或教程?

I'm working on a money-handling iPhone application and would like to interact with sources using the Open Financial Exchange (OFX) standard. Information about this standard is presented here and here.

Are there any open source libraries, examples, or tutorials out there about how to interact with OFX on an iPhone or in Objective-C?

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

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

发布评论

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

评论(2

笑忘罢 2024-10-05 06:06:51

我自己没有经验,但是有一个名为 LibOFX 的 C/C++ 项目,它是开源的 - 也许它可以使用 GCC Objective-C++ 进行调整?

或者,如果您打算编写自己的 Objective-C 实现,您可以查看 OFX4J 的代码 - a OFX 规范的 Java 开源实现。

I have no experience myself, but there's a C/C++ project named LibOFX which is open source - maybe it can be tweaked in using GCC Objective-C++?

Or, if you plan on writing your own Objective-C implementation, you can look into the code of OFX4J - a Java open source implementation of the OFX specification.

向日葵 2024-10-05 06:06:51

我自己还没有尝试过,但是有一个名为 OFXKit http://code 的客观 C 库。 google.com/p/ofxkit/ 看起来很有前途,并且支持版本 1.x 和 2.x

一些进一步的研究表明,由于依赖于 Mac OS X 实用程序,该库尚不支持 IOS。

I haven't tried it as yet myself but there is a objective C library called OFXKit http://code.google.com/p/ofxkit/ that looks promising and supports versions 1.x and 2.x

Some further research shows that this library does not as yet support IOS due to a dependency on a Mac OS X utility.

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