1 Star 0 Fork 7

vdebug/go-push-sdk

forked from cristiane/go-push-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setting.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
cristiane 提交于 2019-12-21 18:54 +08:00 . init
{
"huawei": {
"appPkgName": "应用包名",
"clientId": "用户在联盟申请的APPID",
"clientSecret": "应用ID对应的秘钥"
},
"meizu": {
"appPkgName": "应用包名",
"appId": "应用ID",
"appSecret": "应用秘钥"
},
"xiaomi": {
"appPkgName": "应用包名",
"appSecret": "应用秘钥"
},
"oppo": {
"appPkgName": "应用包名",
"appKey": "应用key",
"masterSecret": "主秘钥"
},
"vivo": {
"appPkgName": "应用包名",
"appId": "应用ID",
"appKey": "应用key",
"appSecret": "应用秘钥"
},
"ios": {
"isSandBox": true,
"isSandBoxComment": "是否沙盒环境(非正式环境)",
"certPath": "",
"certPathComment": "pem格式推送证书绝对路径",
"password": "",
"passwordComment": "推送证书密码"
},
"ios-token": {
"isSandBox": true,
"isSandBoxComment": "是否沙盒环境(非正式环境)",
"teamId": "xxxxx",
"teamIdComment": "开发者帐号teamId",
"keyId": "xxxxx",
"keyIdComment": "token认证keyId",
"secretFile": "xxx.p8",
"secretFileComment": "token认证密钥文件本地绝对路径",
"bundleId": "com.xxx.xxx",
"bundleIdComment": "应用ID"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/vdebug123/go-push-sdk.git
git@gitee.com:vdebug123/go-push-sdk.git
vdebug123
go-push-sdk
go-push-sdk
f-release

搜索帮助