You can create AppSealing Preset to reuse the same sealing options when uploading Android app files to the AppSealing server, without configuring all sealing options.
Create Preset
You can manage the AppSealing preset in the "Android> AppSealing Preset" menu.
In the AppSealing Preset page, you can check the list of presets, and create a new preset. When you press the "CREATE PRESET" button, a side-panel is shown and you will configure the sealing options similar with the actual Android page.
Most of settings are same with the actual Android sealing page, additionally you can enable "Always use the latest version" option when selecting AppSealing version. If you create the preset with this option, that preset will always us the latest AppSealing version.
Use preset in Android sealing page
If you want to use the preset in the Android sealing page, first you need to select your target app file.
Once you select your target app, the page is moved to au앱을 선택하면 보안적용 페이지가 기본설정 탭으로 이동하며, 동시에 프리셋을 선택할 수 있는 드롭박스가 앱선택창 아래에 표시됩니댜.
All sealing options are configured automatically once you select the target preset from the list. you can start the sealing process directly without additional configuration.
In the historical information page, you can check the preset name when the app was sealed with preset.
If you change any configuration after selecting preset, the preset name is not stored.
How to use preset in CLI Tool
In the CLI tool, you can use preset with the mandatory configurations.
java -jar sealing.jar url=https://api.appsealing.com/covault/gw authkey=CLI_KEY srcapk=SOURCE_APP_FILE_PATH sealedap=SEALED_APP_DOWNLOAD_PATH app_signing=SIGNING_OPTION sealing_preset_name=PRESET_NAME
You can check all CLI options in this Developer document.