修复消息页面部分bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user