Using katzer local notification in IBM Worklight

I got this to work by following the below. Demo project: https://www.dropbox.com/s/58urdluauc8u3l1/AndroidLocalNotifications.zip Because Worklight does not support Cordova’s Plugman to easily “install” Cordova v3 plug-ins, some manual labor is required to get it all set-up properly… blachs. Note the appName , it is used throughout the process for plug-in declarations. If you use a different … Read more

Set default iOS local notification style for application

I would like to add something, since I’ve opened a TSI and somehow I asked about this and have been answered. From Quinn “The Eskimo!”: “This depends on you mean. You have some control over how the notification appears based on how you set the UILocalNotification properties (things like alertBody, soundName, and so on). However, … Read more

How to set Local Notification repeat interval to custom time interval?

Got the answer, it is as straight as it gets. You cannot create custom repeat intervals. You have to use on NSCalendarUnit’s in-built Unit Time Intervals. I tried all the above solutions and even tried other stuffs, but neither of them worked. I have invested ample time in finding out that there is no way … Read more

tech