jnaneswarv
Mar 23, 2015 - 11:13
How to open any other app on ios and test it using Pythonista
How to open any other app on ios and test it using Pythonista
You can use:
import webbrowser
url = 'editorial://'
webbrowser.open(url)
with urls from apps that support x-callback-url like these apps and/or these apps.