don/cordova-plugin-hello

HWPHello.m IOS code return wrong

28formica77 opened this issue · 2 comments

Rather than

[self success:result callbackId:callbackId];

I needed this for it to work
[self.commandDelegate sendPluginResult:result callbackId:callbackId];

Anthony

don commented

@28formica77 thanks. It looks like the Cordova Plugin API has changed since this example was written.

don commented

Fixed by #18