App Safer scenarios

Prev Next

Available in Classic and VPC

With the App Safer of the NAVER Cloud Platform, you can easily configure the blocking of security threat elements. You can learn more about how to use App Safer at Getting started with App Safer and Using App Safer, but we recommend that you first look at the full scenario of using App Safer. Reading the guide after learning the usage scenario will allow you to use App Safer more smoothly.
You can apply App Safer in one of the following ways. Review the scenarios based on the method of application.

  • Easy application: this involves directly uploading an AAB or APK file to the console, easily applying a security policy, and using the protected file by downloading it. This method is only applicable to Android apps.
  • SDK integration: this involves downloading a security policy in the form of Software Development Kit (SDK) and porting the API. This method can be applied to both Android and iOS apps.

Scenario for easy application

The scenario for easily applying App Safer is as follows:

1. Set usage permissions

If you need to manage and share App Safer with multiple users, you can operate it by setting permissions for each user. Permissions for each user can be configured as administrator and user permissions through Sub Account of the NAVER Cloud Platform, and roles can be defined for each permission. Since permission settings are not required, you can set or cancel the settings at any time in situations where permission is required while using App Safer.

Note

Sub Account is a service provided free of charge upon subscription. For an introduction to Sub Account and a detailed description of the pricing plans, see the Services > Management & Governance > Sub Account menu in the NAVER Cloud Platform portal.

You can refer to the following guides:

2. Prepare file

Prepare the app to which you want to apply App Safer in the form of an AAB or APK file.

3. Apply App Safer

Upload the prepared file to the NAVER Cloud Platform console, set the blocking policy, and apply App Safer. You can refer to the following guides:

4. Download protected app

Download the app file registered on the console and applied with App Safer. After downloading the file, you must use the app signing tool, apksigner or jarsigner, to execute it on a mobile device. You can refer to the following guides:

5. Market deployment

Deploy the app with App Safer applied to the market.

6. Monitoring

Monitor the log of devices that were blocked from executing due to detection by the blocking policy. You can set blocking release or exception handling while checking the detailed blocking log of individual devices, and you can also check statistical data of overall blocking data. You can refer to the following guides:

Scenario for SDK integration

The scenario for applying App Safer through SDK integration is as follows:

1. Set usage permissions

If you need to manage and share App Safer with multiple users, you can operate it by setting permissions for each user. Permissions for each user can be configured as administrator and user permissions through Sub Account of the NAVER Cloud Platform, and roles can be defined for each permission. Since permission settings are not required, you can set or cancel the settings at any time in situations where permission is required while using App Safer.

Note

Sub Account is a service provided free of charge upon subscription. For an introduction to Sub Account and a detailed description of the pricing plans, see the Services > Management & Governance > Sub Account menu in the NAVER Cloud Platform portal.

You can refer to the following guides:

2. Create SDK

Enter the app information and set the blocking policy on the NAVER Cloud Platform console to create the App Safer SDK. You can refer to the following guides:

3. Download SDK

Download the SDK registered on the console. You can refer to the following guides:

4. Apply SDK

After installing the App Safer SDK and completing the environment settings in the app development tool, apply App Safer through the API. You can refer to the following guides:

5. Market deployment

Deploy the app with App Safer applied to the market.

6. Monitoring

Monitor the log of devices that were blocked from executing due to detection by the blocking policy. You can set blocking release or exception handling while checking the detailed blocking log of individual devices, and you can also check statistical data of overall blocking data. You can refer to the following guides: