add ios sdk 1.8.1

This commit is contained in:
zhangqinghe 2014-09-24 20:02:07 +08:00
parent 3aec197d1d
commit 9279611fcd

View File

@ -144,7 +144,6 @@
[[UIApplication sharedApplication]unregisterForRemoteNotifications];
}
- (void)failWithCallbackID:(NSString *)callbackID {
CDVPluginResult *result = [CDVPluginResult resultWithStatus:CDVCommandStatus_ERROR];
[self.commandDelegate sendPluginResult:result callbackId:callbackID];