房间分享
This commit is contained in:
@@ -103,11 +103,11 @@ UIKIT_EXTERN NSString * adImageName;
|
||||
|
||||
|
||||
|
||||
// [ShareSDK registPlatforms:^(SSDKRegister *platformsRegister) {
|
||||
// ///faceBook
|
||||
[ShareSDK registPlatforms:^(SSDKRegister *platformsRegister) {
|
||||
///faceBook
|
||||
// [platformsRegister setupFacebookWithAppkey:@"1266232494209868" appSecret:@"c9b170b383f8be9cdf118823b8632821" displayName:YMLocalizedString(@"AppDelegate_ThirdConfig0")];
|
||||
// [platformsRegister setupLineAuthType:SSDKAuthorizeTypeBoth];
|
||||
// }];
|
||||
[platformsRegister setupLineAuthType:SSDKAuthorizeTypeBoth];
|
||||
}];
|
||||
}
|
||||
|
||||
#pragma mark - 表情
|
||||
|
@@ -44,6 +44,9 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- (void)applicationDidEnterBackground:(UIApplication *)application {
|
||||
NSInteger count = [NIMSDK sharedSDK].conversationManager.allUnreadCount;
|
||||
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:count];
|
||||
|
Reference in New Issue
Block a user