I have revmob banners, full screens and popups integrated into my iPhone and iPad apps, with the latest revmob SDK & using placement ID. All are working fine.
I now want to intergate revmob local notifications into these app as well. I am not a programmer, but am looking for a step by step guide to do this. Please assume the revmob SDK is already working fine in the app.
The revmob 'local notifications' instructions say 2 things:
NUMBER 1:
[[RevMobAds session] scheduleLocalNotification];
Do you put this into the appdelegate.m file under the line: didFinishLaunchingWithOptions
NUMBER 2:
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification {
[[RevMobAds session] processLocalNotification:notification];
}
Do you just copy this all in on its own near the end of the appdelegate.m file?
NUMBER 3: Is there anything else you have to do to set up these local notifications not mentioned on the revmob website?
Currently I have done points 1 & 2 above. When I did number 2 it gave me a warning but the app built ok on my iPhone. Waited 24 hours, local notification did not appear.
I get this output in the simulator:
[RevMob] Requesting local notification data.
[RevMob] [LocalNotification] No Ads available for this device/country at this moment, or your App ID is paused.