修复消息页面部分bug

This commit is contained in:
wbzhan
2019-05-27 16:41:39 +08:00
parent 25c051d5f1
commit 8e027e82c9
16 changed files with 355 additions and 546 deletions
+4 -2
View File
@@ -190,8 +190,10 @@ static const void *NotificationCenterKey = &NotificationCenterKey;
#pragma mark SDK Init
- (void)registerAliPush {
// 正式上线关闭
[CloudPushSDK turnOnDebug];
// // 正式上线关闭
// if (DEBUG) {
// [CloudPushSDK turnOnDebug];
// }
// SDK初始化
[CloudPushSDK asyncInit:Ali_Push_APPKey appSecret:Ali_Push_APPSecret callback:^(CloudPushCallbackResult *res) {
if (res.success) {