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
libs
folder to the bottom of the project'sAndroid/app
directory and copyappguard-{VERSION}}.aar
. - Add the dependency of
appguard-{VERSION}.aar
to theandroid/app/build.gradle
file.dependencies { implementation files("libs/appguard-0.2.0.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.xcframework
to the Runner target. - In the
Choose options for adding these files:
pop-up, checkCopy items if needed
and make sure the checkbox is checked forRunner
Target inAdd to targets
. - Confirm that
AppGuard.xcframework
is added asDo Not Embed
in Runner Target / Gerneral /Frameworks, Libraries, and Embedded Content
.