I am trying to integrate CCAvenue payment integration in iOS. They have given me two library files named: libcrypto.a and libssl.a
They hav
I have achieved today only for IOS 9. To run just you need to download api from CCAvenue
We will Re Add by drag and drop openssl/ and lib/ folders
After downloading follow these steps:
framework/build phasesopenssl/ and lib/ under Openssl/openssl-1.0.1i-iOS folder.Frameworks folder and DON'T FORGET TO CHECK COPY FILES IF NEEDED.Build Settings of project go for Search Paths->Library Search Paths remove what is provided Users/test/desktop/.... and add $(PROJECT_DIR) again add $(inherited)Search Paths->User Header Search Paths.remove and add same as 4th step.I tested in Simulator working fine.
On Device
on device build was failed. To run on Device also.
Enable Bitcode to NOunder Build Options for project