How to implement Authorize.Net SDK in iOS
问题 In my project i need to implement payment gateway so that i tried to implement through Authorize.Net iOS SDK . By googling i have followed some steps as in below 1)Downloaded Authorize.Net iOS SDK from https://developer.authorize.net/integration/fifteenminutes/ios/ 2) Goto MyProject -> Targets -> Build Settings. 1.Header Search Paths : ${SDK_DIR}/usr/include/libxml2 Mark the Recursive checkbox as checked $(SRCROOT)/anet_ios_sdk-1.1.1/ANMobilePaymentLib Library Search Paths : $(SRCROOT)/anet