Wanglei

Results 1 comments of Wanglei

The previous method definition is `BOOL __swizzled_didReceiveRemoteNotification(id self, SEL _cmd, UIApplication* application, NSDictionary* userInfo, void (^UIBackgroundFetchResult)(void))`. Therefore, I modified it to: `return ((BOOL()(id, SEL, UIApplication, NSDictionary*,void (^)(void)))__original_didReceiveRemoteNotification_Imp)(self, _cmd, application, userInfo,...