CCAvenue iOS kit integration kit

前端 未结 3 806
时光说笑
时光说笑 2020-11-30 12:52

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

3条回答
  •  臣服心动
    2020-11-30 13:39

    I have user pod 'OpenSSL-Universal' library which resolves my all Openssl dependancies

    Add below line in podfile

    pod 'OpenSSL-Universal'

    hit command pod install from terminal

提交回复
热议问题