Check IM SDK version on iOS

For versions before 5.1.1 (framework):

  1. Using pod:

    • In the project’s left-hand directory, find the RC framework.
    • Right-click and select Show in Finder:
  2. Locate the version:

    • Open Finder and double-click the Info.plist file.
    • Check the version number highlighted in red:
  3. Manual import:

    • Find the RC framework in the project, right-click, and select Show in Finder.
    • Follow the steps above.

For version 5.1.1 and above (XCFramework):

  1. Using pod:

    • In the project’s left-hand directory, find the RC XCFramework.
    • Right-click and select Show in Finder:
  2. Locate the version:

    • Open Finder and navigate to the Info.plist file as shown below.
    • Check the version number highlighted in red:

  1. Manual import:
    • Find the RC XCFramework in the project, right-click, and select Show in Finder.
    • Follow the steps above.