Reputation: 43
Revmob is working fine in my app,but i want to send local notification using revmob
[[RevMobAds session] scheduleLocalNotification];
// in your AppDelegate.m
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
Upvotes: 0
Views: 284
Reputation: 2611
As described in the RevMob site, the scheduleLocalNotification method scheduled a notifications at a time which RevMob expects to be the best. Yesterday this time was around 5:30pm (local time), but they can change it if they think is necessary.
If you want to test the local notification in a specific time you can use the scheduleLocalNotification: method.
Upvotes: 1