share_bridge_qq_ohos 0.1.0-dev.3
share_bridge_qq_ohos: ^0.1.0-dev.3 copied to clipboard
HarmonyOS federated implementation of share_bridge_qq using Tencent QQ OpenSDK signed sharing APIs.
share_bridge_qq_ohos #
Chinese
HarmonyOS implementation of QQ sharing for Share Bridge.
Applications usually do not depend on this package directly. Depend on share_bridge_qq; Flutter will load this endorsed platform package for HarmonyOS.
QQ HarmonyOS sharing requires the business backend to sign shareJson + timestamp + nonce. This package only forwards signed data returned by QqShareProvider.qqHarmonySigner to the QQ HarmonyOS SDK. It never stores or computes the AppKey on the client.
Host Setup #
The HarmonyOS project still needs query schemes for https and qqopenapi, a qqopenapi callback skill, strictMode.useNormalizedOHMUrl, and a local debug signing config generated in DevEco Studio.
See the repository-level HarmonyOS setup guide for details.