+ 1
Python App Opener
Can we get our code to open an app on our iPad when we run it?
5 Answers
+ 2
First of all creating ios apps with python is not possible at all, but maybe possible with kivy.
After some research I found only for these .
For PC Applications including mac:
https://stackoverflow.com/questions/14831716/can-i-open-an-application-using-python-during-run-time
For Android Apps:
https://stackoverflow.com/questions/44609971/launch-android-app-from-python-script
+ 2
Thanks. But can a python code open a downloade app on ios devices. Like âopen app: rise_up;â?
+ 1
Can we get a python code to open an app on any ios device and if not, which devices can?
+ 1
Above for android apps they used a library sl4a (scripting layer for android), which only allows you to interact with android.
After some more research I have found this library, this library can help you to interact with ios
https://pypi.org/project/pymobile-device/#description
I have found it after some research. I haven't tried it , so I don't know wether it will work or not.
đ
+ 1
thanks so much