+

Search Tips   |   Advanced Search

Integrate IBM Trusteer for iOS

You might want to integrate Trusteer with MPF.

  1. In the Xcode project, drag the folder onto the project navigator.

  2. Select the check box Copy items into destination group's folder (if needed).

  3. Select the option Create folder references for any added folders.

  4. Make sure that the target is selected, then click Finish.

  5. Click the project name at the top of the tree in the Project Navigator, then click Build Phases.

  6. To link the project with the Trusteer library, drag the libtas_full.a file from the Project Navigator to the Link Binary With Libraries list.

    To avoid possible link issues, arrange the items in the list so that libWorklightStaticLibProject.a appears at the top and libtas_full.a appears next.

  7. In Build Settings > Linking > Other Linker Flags, add: -force_load "$(SRCROOT)/tas/libtas_full.a".

  8. In Build Settings > Linking > Dead Code Stripping, select NO.

  9. In the Xcode Project Navigator, drag tas.license into the Resources group.

  10. In the dialog box that opens, click Finish.

  11. Open the tas.license file and check that the values for vendorId, clientId, and clientKey match the licensing information that was provided by Trusteer.


Parent topic: Integration with IBM Trusteer