Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
The notifications are not shown — Gideros Forum

The notifications are not shown

SimplesAppsSimplesApps Member
edited May 2014 in Plugins
Hi @ar2rsawseen,

I'm testing the notification plugin under iOS and they are not shown.
I've followed the instructions under http://giderosmobile.com/labs/notification
The notifications for the Gideros Player are activated in the device.

This is the code:

local note = Notification.new(1)
note:setTitle("MyGame")
note:setMessage("Hello")
note:setSound("audio/hello.wav")
note:dispatchNow()

I'm doing wrong?

Thanks.

Comments

Sign In or Register to comment.