Are there any libraries or examples of how to handle OFX on the iPhone?

随声附和 提交于 2019-12-13 12:07:08

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/3966796/are-there-any-libraries-or-examples-of-how-to-handle-ofx-on-the-iphone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!