I integrate ccAvenue paymeny gateway in my iOS app before release of iOS 9. Payment was successfully transfer to merchant account in iOS 8. When i test my app in iOS 9 payme
Import the latest libcrypto.a and libssl.a to your project.
Run the project in your simulator, go to the activity path folder, and check whether the two binaries are actually being dropped there. If not then there is an error with your code, please share your code here for that.
You can also try this manually first:
Run in iOS 8 simulator, and note in the activity path where the crypto an ssl libraries are dropped into.
Change to iOS 9 simulator, go to the same path location (specific to ios 9 obviously).
The two libraries must be missing.
Copy and paste the two libraries here.
Run the code.
Note: Do not perform any clean build, else it will get deleted again. Just simply press RUN