...
Android Integration
Follow the steps on /wiki/spaces/IW/pages/1797095425 Mobile Protect SDK for Android via Maven
In the Android project, create the
xml
directory (flutter_app/android/app/src/main/res/xml
) if it does not exist. Then, copy themobileprotect.xml
config file into thexml
resources folder.
...
Follow step 1 on Mobile Protect SDK for iOS via CocoaPods (cocoapods.org)
In the iOS project copy the
MobileProtect.plist
config file into the Flutter project's Xcode project, place it in the project root. See Add Existing Files and Folders to a Project for instructions.