I have implemented Appcelerator Titanium push notification in my application (Android and IOS) for Message Receiving :
I am receiving notification in android on both when app is in background and foreground. I am using below property in android to show notification when app is in foreground (CloudPush.showTrayNotificationsWhenFocused = true;)
Problem: I am facing problem in IOS (version 9.1 iPhone5) while receiving Notification when app is in foreground. When app is in background, notification is showing in notification bar but when app is in foreground notification is not showing in notification bar for IOS.
Please Can any one help me, how can I get notification when app is in foreground for IOS.
Thanks