Hi,
i implemented the new Push Notification Feature (only local)
works fine
local options = {
alert = “Pill Reminder”,
badge = 1,
sound = “alert_45.aac”,
custom = { anythingYouWant = “My Days Notification” }
}
local myNotification = system.scheduleNotification( 2, options)
–sound_mydays = audio.loadSound(“alert_45.aac”)
–audio.setVolume(0.5, { channel=1 } )
–audio.play(sound_mydays,{ channel=1 } )
Put the Sound does not appear? Do I forgot something.
I could add it manually in the
local function notificationListener( event )
but i guess sound = … is there that it works 
Its not on the audio file (i outcomented it in the code above to test if its the .aac, )
that works fine. and yes the audio is in my main resource folder (where my main.lua is)
Any Idea?
greets
chris
p.s. also it looks the ansca description for local notifications is wrong
ansca mention it would increment by the ‘badge’ number
instead apple states (and thats how it behaves with me)
“The number to display as the badge of the application icon. If this property is absent, any badge number currently shown is removed.”
[import]uid: 4795 topic_id: 16034 reply_id: 316034[/import]