图片调整,暗黑模式屏蔽,加入防闪退代码
This commit is contained in:
+4
-1
@@ -80,6 +80,7 @@
|
||||
//阿里百川
|
||||
#import <AlibcTradeSDK/AlibcTradeSDK.h>
|
||||
#import "IfishADTimerViewController.h"
|
||||
#import "AvoidCrash.h"
|
||||
@interface AppDelegate ()
|
||||
@property(nonatomic,strong)ICSDrawerController*ics;
|
||||
|
||||
@@ -169,7 +170,9 @@
|
||||
if (data != nil) {
|
||||
[self sendExceptionLogWithData:data path:dataPath];
|
||||
}*/
|
||||
|
||||
#ifdef __OPTIMIZE__
|
||||
[AvoidCrash becomeEffective];
|
||||
#endif
|
||||
//短信验证
|
||||
[SMSSDK registerApp:SMSSDK_APPKey withSecret:SMSSDK_APPSec];
|
||||
[SMSSDK enableAppContactFriends:NO];
|
||||
|
||||
Reference in New Issue
Block a user