Forum Archive

Notifications - extra options other than action URL

Phuket2

@omz, I am pretty sure I asked something similar to this before, but it was a few ios 's ago.
But is it possible to get any other options for the notification.schedule method? I am not sure if there are some built ins like Snooze, but even snooze would be great.

Here is a pic of what I get with just passing a msg.

Also, is it possible to iOS notification while you are in Pythonista rather than the alert or whatever it is?

JonB

See https://gist.github.com/3c54779a97725d8bd5c1f520c93c95e3

The problem is that you have to swizzle some of the pythonista app delegate, so it does not work if the app gets killed in the background