From 9279611fcdb92c57e45c90e6de0db37015c2627e Mon Sep 17 00:00:00 2001 From: zhangqinghe Date: Wed, 24 Sep 2014 20:02:07 +0800 Subject: [PATCH] add ios sdk 1.8.1 --- src/ios/Plugins/JPushPlugin.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ios/Plugins/JPushPlugin.m b/src/ios/Plugins/JPushPlugin.m index fec06c8..ba857f3 100644 --- a/src/ios/Plugins/JPushPlugin.m +++ b/src/ios/Plugins/JPushPlugin.m @@ -144,7 +144,6 @@ [[UIApplication sharedApplication]unregisterForRemoteNotifications]; } - - (void)failWithCallbackID:(NSString *)callbackID { CDVPluginResult *result = [CDVPluginResult resultWithStatus:CDVCommandStatus_ERROR]; [self.commandDelegate sendPluginResult:result callbackId:callbackID];