Integrate ShiplyPro Harmony SDK
I. Privacy and Security Notice
Shiply Pro SDK
Version: 1.0.22
Last Updated: December 25, 2024
SDK Description: Provides mobile developers with dynamic configuration switch delivery, dynamic resource file delivery, in-app upgrade, and online hotfix capabilities
Service Provider: Shenzhen Tencent Computer Systems Co., Ltd.
Integration Guide: Integrate ShiplyPro Harmony SDK
Privacy Protection Rules: 《Shiply Pro SDK Personal Information Protection Rules》
II. Create a Harmony Project
Register a product on the Shiply platform and select
Harmonyas the platform

After registration, you can obtain APP ID and APP Key under Settings - Project Settings - General - Your Products

III. Integrate SDK
Automatic Integration (Recommended)
- Set the ohpm third-party library registry address
ohpm config set registry https://ohpm.openharmony.cn/ohpm/
- Install the Shiply library via ohpm.
ohpm install shiply@latest
ohpm install aki // Requires aki
- After installation, you can import and reference it directly in ArkTS.
Manual Integration
Download the shiply.har third-party SDK package from a third-party repository or other channels.
Create a libs directory under the module to be integrated and place shiply.har in the directory.
Add the corresponding dependencies in the module's oh-package.json5 file as shown below.
"dependencies": {
"@ohos/shiply": "file:../shiply",
"@ohos/aki": "^1.2.6" // Upgrade version as needed
}
IV. Use Configuration Release
See: Use Configuration Delivery