pebble / pebblekit

Pebble's app development toolkit for the Pebble smartwatch, Android and iOS
199 stars 13 forks source link

Local notifications #23

Open iosdeveloper opened 11 years ago

iosdeveloper commented 11 years ago

Feature request: Enable watchapps on Pebble to schedule local notifications like the Alarm app on Pebble.

martijnthe commented 11 years ago

What would you like to be able to show in the notifications? Just a title and body text? Like UILocalNotification on iOS?

iosdeveloper commented 11 years ago

I was thinking of UILocalNotification, exactly.

cynorg commented 11 years ago

Having the option to specify the type of notification - notification or alarm would be useful as well (e.g. notification is a single vibration)

I could also see there being benefit for the select button to (optionally) launch the app that created the notification, and if it's already running I would love for it to behave exactly like UILocalNotification and let the whole process be handled locally by the watch app.