问题描述
我正在开发一款处理货币的iPhone应用程序,并希望使用开放式金融交易(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.
是否有关于如何在iPhone或Objective-C上与OFX交互的开源库,示例或教程?
Are there any open source libraries, examples, or tutorials out there about how to interact with OFX on an iPhone or in Objective-C?
推荐答案
我自己没有经验,但有一个名为?
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++?
或者,如果您打算编写自己的Objective-C实现,可以查看 - OFX特定的Java开源实现ication。
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.
这篇关于有没有关于如何在iPhone上处理OFX的库或示例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!