CCAvenue iOS kit integration kit

前端 未结 3 807
时光说笑
时光说笑 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:38

    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:

    1. Delete old reference of from framework/build phases
    2. You will find 2 folders openssl/ and lib/ under Openssl/openssl-1.0.1i-iOS folder.
    3. Just drag drop each folder under Frameworks folder and DON'T FORGET TO CHECK COPY FILES IF NEEDED.
    4. Also under 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)
    5. Do 4th step for Search Paths->User Header Search Paths.remove and add same as 4th step.
    6. Compile you will find error gone.

    I tested in Simulator working fine.

    On Device

    on device build was failed. To run on Device also.

    1. I set Enable Bitcode to NOunder Build Options for project
    2. Rebuild again and error gone.

提交回复
热议问题