Titanium iOS Local Notification Problem
Application type: iOS Titanium SDK: Titanium SDK version 3.2.0.GA Platform & version: iOS 7.0.3 Device: iPhone 5 Host Operating System: OS X 10.8.5 Titanium Studio: 3.2.0.201312191547
Problem
The notification goes off because the badge icon count goes up and when I open the app it caught the event but I do not get an actual banner/notification on my phone. When I test in the simulator I do not have this problem but I cannot seem to figure out why it doesn't work. From the research I did I found an article talking about how I need to enable the alert style in the notification center settings but the app does not show up there so if this is the reason, can someone point me in the direction as to how to do this? The article I am referring to can be found here.
var notification = Ti.App.iOS.scheduleLocalNotification({ alertBody : "test", alertAction : "View Now", date : new Date(new Date().getTime() + 3000), });Logs (this comes from XCode because I am testing on my phone itself):
Mar 21 16:10:25 iPhone SpringBoard[30028] <Warning>: BBServer: No data provider found for section <app.name.here>. Ignoring bulletin: <BBBulletinRequest: 0x1a49fba0>{ app.name.here / 0 / (null) Match ID: 2014-03-21 22:10:25 +0000e3965704 Content: <redacted> Date: 2014-03-21 22:10:25 +0000 Sound: (null) }