Apple Shortcuts Arguments Not Arriving at Pythonista Script
-
I have an Apple Shortcut calling a Pythonista script on my iPhone 10S Max. The script gets called, but the arguments don't get passed in sys.argv. I can provide the same arguments when initiating the script in Pythonista and sys.argv contains the expected arguments. Is there something I'm missing about providing script arguments in an Apple Shortcut? Thx.
-
@ansonbatik known iOS 13 problem, see workaround here
-
Got it. Thanks!