Maybe I am doing something wrong. No experience with this, did not want to put it in the Python 3.x thread.
But I am calling -
x = notification.schedule(msg, delay = delay, action_url = 'foodpanda://' )
In the notifications settings section, I have set Pythonista to notify me with a "alert"
So the alert notification appears with a 'open' button. I hit the open button, I am taken to Pythonista, then after about 5 secs I am taken to the foodpanda application. But it also kills my Pythonista 3.x session.
I have no idea what the foodpanda app supports in terms of url schemes. However I got the same result doing the exact same thing substituting 'contacts' for foodpanda.
I am not sure if it's a bug or I am just mis using the action_url.
Ideally, the open button would just launch the app 'foodpanda' in this case.