Hello,
I am trying to integrate the my iOS application with Authorize.NET AIM. I was using the sample code provided on http://developer.authorize.net/integration/fifteenminutes/ios/. I am stuck at the very first step to include all the header files.
Do I have to generate the header files using build.sh or they should be already present in the download. I tried to generate the files using build.sh. It creates a folder 'ANPaymentMobileLib' folder but the script stops running with an error saying 'SDK iPhoneos5.0 cannot be located.'
If I dont do this and drag the whole downloaded sample project into my project and try to compile it, I get an error libxml not found.
I am using Xcode 4.5.1
Can you please guide me through this.
Thanks.
10-29-2012 01:38 PM
Also, when I try to run the SDK I get an error in GDataXML.Node.h 'libxml/tree.h' dile not found.
I have configured for the settings for libxml and also included it in the frameworks but still I have the same error.
Thanks again.
10-29-2012 01:57 PM
Ok I made some changes to build.config to point te SDK's to ios 6 but now its giving me the error libxml2/tree.h not found.
Can anyone please guide me?
Thanks.
10-30-2012 02:39 PM
Did you manage to solve this issue?I'm also stuck with it.
02-17-2015 10:16 PM
Hello @Vijay
Are you using the latest SDK from GitHub? https://github.com/AuthorizeNet/sdk-ios
Richard
02-18-2015 08:49 AM