新版本
This commit is contained in:
+9
-9
@@ -41,7 +41,7 @@
|
||||
#import "TalkingData.h"
|
||||
#define TalkingDataAPPID @"351E6F7956CEF7FB6AABAEB64EF9BF18"
|
||||
#define BMKMAP_APPKEY @"wYcF3YXqeepKfzruExLPn0eS"
|
||||
#import <BaiduMapAPI_Map/BMKMapComponent.h>
|
||||
//#import <BaiduMapAPI_Map/BMKMapComponent.h>
|
||||
#import "Socketsingleton.h"
|
||||
#import "CenterViewController.h"
|
||||
#import <UMCommunitySDK/UMCommunitySDK.h>
|
||||
@@ -90,7 +90,7 @@ NSString *NTESNotificationLogout = @"NTESNotificationLogout";
|
||||
//阿里百川
|
||||
#import <AlibcTradeSDK/AlibcTradeSDK.h>
|
||||
#import "IfishADTimerViewController.h"
|
||||
@interface AppDelegate ()<BMKGeneralDelegate,NIMLoginManagerDelegate>
|
||||
@interface AppDelegate ()<NIMLoginManagerDelegate>
|
||||
@property(nonatomic,strong)ICSDrawerController*ics;
|
||||
|
||||
@property(nonatomic)NSString*downloadAddress;
|
||||
@@ -238,13 +238,13 @@ NSString *NTESNotificationLogout = @"NTESNotificationLogout";
|
||||
/**
|
||||
* 启动百度地图
|
||||
*/
|
||||
BMKMapManager*mapManager=[[BMKMapManager alloc]init];
|
||||
BOOL ret=[mapManager start:BMKMAP_APPKEY generalDelegate:self];
|
||||
if (!ret) {
|
||||
NSLog(@"manager start failed!");
|
||||
}
|
||||
|
||||
|
||||
// BMKMapManager*mapManager=[[BMKMapManager alloc]init];
|
||||
// BOOL ret=[mapManager start:BMKMAP_APPKEY generalDelegate:self];
|
||||
// if (!ret) {
|
||||
// NSLog(@"manager start failed!");
|
||||
// }
|
||||
//
|
||||
//
|
||||
/**
|
||||
* 极光推送 推送消息已去 用云信
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user