We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34c27c commit bd3dd1fCopy full SHA for bd3dd1f
README.md
@@ -29,7 +29,8 @@ android: {
29
30
manifestPlaceholders = [
31
JPUSH_PKGNAME : applicationId,
32
- JPUSH_APPKEY : "appkey", // NOTE: JPush 上注册的包名对应的 Appkey.
+ JPUSH_APPKEY : "appkey", // NOTE: JPush 上注册的包名对应的 Appkey.
33
+ JPUSH_CHANNEL : "developer-default", //暂时填写默认值即可.
34
]
35
}
36
0 commit comments