Commit 6a5ab4f2774969129595091f46c2916a13beb9be

Authored by 张旭
1 parent 9c9e48b4

no message

Products/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
Products/CNLiveUserSystemSDK.framework/Headers/CNLiveUserSystemCenter.h
... ... @@ -29,7 +29,7 @@
29 29 @param appKey 注册成功获得应用key
30 30 @param appSecret 注册成功获得应用secret
31 31 @warning 必传参数
32   - 必须在 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions; 方法中调用
  32 + 必须在 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions; 方法中调用
33 33 *此方法环境默认为正式环境,建议使用如下方法初始化.
34 34 + (void)setAppId:(NSString *)appId appKey:(NSString *)appKey appSecret:(NSString *)appSecret isTestEnvironment:(BOOL)isTestEnvironment;
35 35  
... ...
Products/CNLiveUserSystemSDK.framework/Info.plist
No preview for this file type