flutter_appguard

Last updated:

0 purchases

flutter_appguard Image
flutter_appguard Images
Add to Cart

Description:

flutter appguard

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's Android/app directory and copy appguard-{VERSION}}.aar.
Add the dependency of appguard-{VERSION}.aar to the android/app/build.gradle file.
dependencies {
implementation files("libs/appguard-0.2.0.aar")
}
copied to clipboard


iOS #

Open the project's ios directory in VSCode using Open in Xcode, or load the iOS project in Xcode using Runner.xcworkspace.
Drag&Drop AppGuard.xcframework to the Runner target.
In the Choose options for adding these files: pop-up, check Copy items if needed and make sure the checkbox is checked for Runner Target in Add to targets.
Confirm that AppGuard.xcframework is added as Do Not Embed in Runner Target / Gerneral / Frameworks, Libraries, and Embedded Content.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.