我不知道如何用以下应用程序委托方法替换“方法”。
视图控制器
[(AppDelegate *)[[UIApplication sharedApplication] delegate] method];
应用委托
- (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken {
TUPushHelper * helper = [[TUPushHelper alloc] initWithTokenData:devToken];
[helper registerDevice];
}