Commit eb5c60e0 by zhangyunjie  

2704

parent 1b091f74
......@@ -27,10 +27,11 @@
[[OffcnLiveSDK defaultService] setupWithAppUrlSchemes:@"zaixianketang" imageType:OffcnImageType_e60012 buttonType:OffcnButtonTypeRadius isTest:YES eventCallBack:^(OffcnSDKEvent event,NSString *urlString,NSString *goodIDStr) {
if (event == OffcnSDKEventLookCourse) {
//查看课程
NSLog(@"OffcnSDKEventLookCourse:%lu",(unsigned long)event);
}else if (event == OffcnSDKEventWechatApplet){
//微信小程序
NSLog(@"OffcnSDKEventWechatApplet:%lu;urlString:%@;goodIDStr:%@",(unsigned long)event,urlString,goodIDStr);
}
NSLog(@"eventCallBack:%lu;urlString:%@;goodIDStr:%@",(unsigned long)event,urlString,goodIDStr);
}];
......
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.7.0.3'
s.version = '2.7.0.4'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.7.0.3";
static const NSString *OffcnLiveSDKVersion = @"2.7.0.4";
//事件通知
#define kOffcnEventNotification @"kOffcnEventNotification"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment