Forum Archive

Time-delaying URLs not working.

jamwheeler

I bought pythonista about a year ago for the express purpose of time-delaying urls.

However, I have never been able to get the whole workflow to work. Specifically, I can only get the notifications module to run an action_url when pythonista is running in the background. If I close pythonista and tap the notification that pops up, it merely opens pythonista to the script that launched it, and does nothing.

If I close pythonista afterwards, and then wait for the notification to pop up, and then open pythonista before tapping on the notification in the notificataion center, pythonista launches and nothing happens.

I have tried the following urls:

pythonista3://
drafts4://
http://

I have an iPhone5s running pythonista3 on iOS 9.3.4

JonB

I can schedule notifications that open other apps, such as safari, but this form of pythonista url:

notification.schedule('hi',12,action_url='pythonista3://myscript?action=run')

seems to be broken in recent versions, where this does not work if the app has been totally closed(only if the app is currently running)

JonB

whoops, even http urls do not seem to work when the app is closed. i will file a bug report