[LayaNative 1.0]IOS 二次开发 callbackToJSWithClass, JS没有收到OC的回调
AS3 代码:
var GRIPMgr:IPlatformClass;
GRIPMgr = Laya.PlatformClass.createClass("AppUtil");
GRIPMgr.callWithBack(function(n):void{alert(n)},"getDeviceIDInKeychain");
[size=14]IOS代码:[/size]
+(void)getDeviceIDInKeychain {
[[conchRuntime GetIOSConchRuntime] callbackToJSWithClass:self.class methodName:@"getDeviceIDInKeychain:" ret:@"test"];
}
我能调用到IOS的方法getDeviceIDInKeychain ,但是JS没有收到OC的回调,按着官方文档试了很多次,请帮忙看下有哪里错了吗
var GRIPMgr:IPlatformClass;
GRIPMgr = Laya.PlatformClass.createClass("AppUtil");
GRIPMgr.callWithBack(function(n):void{alert(n)},"getDeviceIDInKeychain");
[size=14]IOS代码:[/size]
+(void)getDeviceIDInKeychain {
[[conchRuntime GetIOSConchRuntime] callbackToJSWithClass:self.class methodName:@"getDeviceIDInKeychain:" ret:@"test"];
}
我能调用到IOS的方法getDeviceIDInKeychain ,但是JS没有收到OC的回调,按着官方文档试了很多次,请帮忙看下有哪里错了吗
没有找到相关结果
已邀请:
1 个回复
159*****136
赞同来自: 黝黑蜗科