提交 bdb12289 编写于 作者: H hdx

uni-ad: ad-rewarded-video 移除过期的 sigmob 配置

上级 8be4b18d
......@@ -765,50 +765,6 @@ exports.main = async (event, context) => {
详细的安全方案,请仔细阅读[uni安全专题](/tutorial/safe.md)
### manifest 配置@manifest
注: `Sigmob`属于小型广告联盟,收益偏低。如有条件,还需开通优量汇,快手等广告渠道以便提高收益。
`Sigmob`暂不支持打包界面的勾选,如集成需进行如下的配置变动:
`Sigmob`打包需要将`HBuilderX`升级到`3.2.0`以上版本。
打开 `manifest.json` 文件,点击 “源码视图”,`uni-app``app-plus->distribute->sdkConfigs` 下添加如下内容,`5+ app``plus->distribute->plugins` 下添加如下内容:
```json
{
"app-plus": {
"distribute": {
"sdkConfigs": {
"ad" : {
"sigmob" : {}
}
}
}
}
}
```
**注意:如果已经存在ad节点,只需要在后面追加即可,如下**
```json
{
"app-plus": {
"distribute": {
"sdkConfigs": {
"ad" : {
"gdt" : {},
"csj" : {},
"ks" : {},
"ks-content" : {},
"sigmob" : {}
}
}
}
}
}
```
### 阿里云云函数费用说明@aliyun-cf-fee
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册