How i can install an app using the link or the path whose build is on a server or on a local mac machine.
Explanation:
I created an app with name “app1“. There is another app with name “app2” which is already installed on simulator. I just want to install the app1 on to the simulator by clicking a link provided in app2.
Creating a properly signed IPA and a
manifest.plistfile, then uploading them to your server should be sufficient – see this complete tutorial on the topic.