If the ios app is running in the background, it won't show the notification banner, this is by design. But if you want to show the custom banner in the status bar whether the application in foreground or in the background, you can show the banner.
UILocalNotification *localNotification = [[UILocalNotification alloc] init];
localNotification.userInfo...
Friday, January 31, 2014
January 31, 2014
Show Notification Banner in IOS
By Entrepreneur & Financial Planning
ios notification banner when the application in foreground, ios push notification alert, notification alert, notification banner
No comments

Friday, January 24, 2014
January 24, 2014
This error occurred during compiling... phone gap push notification
Undefined symbols for architecture armv7s:
"_OBJC_METACLASS_$_CDVPlugin", referenced from:
_OBJC_METACLASS_$_PushNotification in PushNotification-F9383623544E8079.o
"_OBJC_CLASS_$_CDVPluginResult", referenced from:
objc-class-ref in PushNotification-F9383623544E8079.o
"_OBJC_METACLASS_$_CDVViewController", referenced from:
...
January 24, 2014