flutter_appguard 0.1.0 copy "flutter_appguard: ^0.1.0" to clipboard
flutter_appguard: ^0.1.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 #

  1. Add the libs folder to the bottom of the project's Android/app directory and copy appguard-{VERSION}}.aar.
  2. Add the dependency of appguard-{VERSION}.aar to the android/app/build.gradle file.
    dependencies {
        implementation files("libs/appguard-0.2.0.aar")
    }
    

iOS #

  1. Open the project's ios directory in VSCode using Open in Xcode, or load the iOS project in Xcode using Runner.xcworkspace.
  2. Drag&Drop AppGuard.xcframework to the Runner target.
  3. 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.
  4. Confirm that AppGuard.xcframework is added as Do Not Embed in Runner Target / Gerneral / Frameworks, Libraries, and Embedded Content.
1
likes
140
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

NHN AppGuard is a mobile app security solution that can protect your apps from various kinds of abuse.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_appguard