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

2

6

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?

Bastien answered 19/10, 2010 at 9:7 Comment(0)
B
2

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.

Buxton answered 10/11, 2010 at 8:20 Comment(0)
O
0

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.

Ossie answered 3/6, 2011 at 15:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.