This commit is contained in:
启星
2025-10-30 00:45:15 +08:00
parent acc4cffad2
commit aa356202e2
96 changed files with 881 additions and 303 deletions

View File

@@ -16,6 +16,7 @@
#import "QXMessageServices.h"
#import "QXManagerMqtt.h"
#import "OpenUDID.h"
#import "TUIChatConfig.h"
@implementation AppDelegate (Login)
-(void)configThirdPartLogin{
@@ -31,6 +32,13 @@
- (void)ATAuthSDK {
//SDKapp
///
#if DEVELOPENT == 1
[TUIChatConfig defaultConfig].msgNeedReadReceipt = NO;
#else
[TUIChatConfig defaultConfig].msgNeedReadReceipt = YES;
#endif
[TUIChatConfig defaultConfig].enableWelcomeCustomMessage = NO;
[[TXCommonHandler sharedInstance] setAuthSDKInfo:AuthSDKKey complete:^(NSDictionary * _Nonnull resultDic) {
if ([PNSCodeSuccess isEqualToString:[resultDic objectForKey:@"resultCode"]]) {
//success