Versions Compared

Key

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

...

Code Block
languageruby
target 'MyAwesomeApp' do
  ...

  pod 'MobileProtect'
end

For Mobile Protect Anti Fraud, use the Mobileprotect-antifraud pod:

Code Block
target 'MyAwesomeApp' do
  ...

  pod 'MobileProtectAntiFraud'
end

MobileProtectAntiFraud depends on MobileProtect so it includes all features present in Mobile Protect

And then run pod install to retrieve the pods for the project. See https://guides.cocoapods.org/using/the-podfile.html#specifying-pod-versions for deciding if pinning the pod versions is the best practice for your project.

...