flutter_appguard 0.1.1-dev.0
flutter_appguard: ^0.1.1-dev.0 copied to clipboard
NHN AppGuard is a mobile app security solution that can protect your apps from various kinds of abuse.
NHN AppGuard #
Introduction #
• NHN AppGuard is a mobile app security solution that can protect your apps from various kinds of abuse.
• Its powerful security features protect your apps.
• The web console provides abusing logs in real time.
• Real-time policy settings help you restrict abusers.
👉 https://nhnappguard.nhncloud.com/
How to import SDK for using plugins #
Download SDK Import #
Android #
- Add the
libsfolder to the bottom of the project'sAndroid/appdirectory and copyappguard-{VERSION}}.aar. - Add the dependency of
appguard-{VERSION}.aarto theandroid/app/build.gradlefile.dependencies { implementation files("libs/appguard-{VERSION}.aar") }
iOS #
- Open the project's ios directory in VSCode using
Open in Xcode, or load the iOS project in Xcode usingRunner.xcworkspace. - Drag&Drop
AppGuard.xcframeworkto the Runner target. - In the
Choose options for adding these files:pop-up, checkCopy items if neededand make sure the checkbox is checked forRunnerTarget inAdd to targets. - Confirm that
AppGuard.xcframeworkis added asDo Not Embedin Runner Target / Gerneral /Frameworks, Libraries, and Embedded Content.