¡@

Home 

2014/10/15 ¤U¤È 10:12:20

iphone Programming Glossary: ofx

Importing an SSL cert under the iPhone SDK

http://stackoverflow.com/questions/1746005/importing-an-ssl-cert-under-the-iphone-sdk

an SSL cert under the iPhone SDK My app connects to the Schwab OFX server using NSURLConnection . Unfortunately the server uses a very recent intermediate certificate that is trusted on the.. actual code OSStatus err NSString path NSData data SecCertificateRef cert path NSBundle mainBundle pathForResource @ OFX G3 ofType @ cer assert path nil data NSData dataWithContentsOfFile path assert data nil cert SecCertificateCreateWithData..

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

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

there any libraries or examples of how to handle OFX on the iPhone I'm working on a money handling iPhone application and would like to interact with sources using the Open.. 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.. 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 iphone ofx share improve this question I have no experience myself but there's a C C..