Hi,
I’m using the following code to test notifications,
[lua]local options = {
alert = “”,
badge = 1,
}
for i=1, 3 do
options.alert = ‘message ‘…i
local notification = system.scheduleNotification( 10*i, options )
end[/lua]
As you can see I’m creating 3 notifications (10 seconds apart). These appear as expected however the badge number only goes to ’1?… why doesn’t it display ’3?.
(using build 2012.797) [import]uid: 117657 topic_id: 26286 reply_id: 326286[/import]