Forum Archive

How to open any other app on ios and test it using Pythonista

jnaneswarv

How to open any other app on ios and test it using Pythonista

ccc

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.