I want to show notification in my app
I searched and found
http://zebble.net/docs/introduction-to-push-notifications
but I want to use local notification. how can I do it in Zebble?
You can show a local notification like this:
await Device.LocalNotification.Show("Title", "The message body!");