Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
  "dependencies": {
    "mobile-protect": "22.5.023.0.7",
  }

For Mobile Protect Anti Fraud, use the mobile-protect-antifraud package:

Code Block
  "dependencies": {
    "mobile-protect-antifraud": "23.0.7",
  }

See https://docs.npmjs.com/about-semantic-versioning for deciding if pinning the versions is the best practice for your project.

...

  1. Follow the steps on Mobile Protect SDK for Android via Maven

  2. In the Android project copy the mobileprotect.xml config file into the React Native project's Android xml resources folder. If the xml directory does not exist, create it.

For Anti Fraud on Android, you will also need to add the config from this step:

https://datatheorem.atlassian.net/wiki/spaces/PKB/pages/1800208391/Mobile+Protect+SDK+for+Android+via+Maven#Optional%3A-Enable-Anti-fraud

iOS Integration

  1. Follow step 1 on Mobile Protect SDK for iOS via CocoaPods (cocoapods.org)

  2. In the iOS project copy the MobileProtect.plist config file into the React Native project's Xcode project. See Add Existing Files and Folders to a Project for instructions.

...