Revmob 在我的应用程序中运行良好,但我想使用 revmob 发送本地通知
[[RevMobAds 会话] scheduleLocalNotification];
// 在你的 AppDelegate.m
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification { [[RevMobAds session] processLocalNotification:notification]; }
这是我正在使用的代码,但之后它没有运行,我的代码有问题,我想,请帮忙