We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4076e commit ad7990fCopy full SHA for ad7990f
1 file changed
README.md
@@ -200,11 +200,8 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
200
在`android/app/build.gradle`里,defaultConfig栏目下添加如下代码:
201
```
202
manifestPlaceholders = [
203
- ......
204
-
205
- "NIM_KEY": "云信appId"
206
207
+ // 如果有多项,每一项之间需要用逗号分隔
+ NIM_KEY: "云信的APPID" //在此修改云信APPID
208
]
209
210
在`AndroidManifest.xml`里,添加如下代码:
0 commit comments