Revmob is working fine in my app,but i want to send local notification using revmob
[[RevMobAds session] scheduleLocalNotification];
// in your AppDelegate.m
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification { [[RevMobAds session] processLocalNotification:notification]; }
This is the code i am using,but after that it is not running,there is something wrong with my code,i guess,please help