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