Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i trigger my iphone application to launch from my mac app

I want to launch my app on the device (if App available) using the USB\Wifi\Bluetooth connection from my mac app.

How can I achieve this functionality

like image 669
Darshit Shah Avatar asked Apr 06 '17 09:04

Darshit Shah


People also ask

Can I manage my iPhone apps from my Mac?

If you're using a Mac computer with Apple silicon, any iPhone or iPad apps you purchased that work on your Mac are also listed. Click iPhone & iPad Apps to see the list of apps. See Use iPhone and iPad apps on Mac with Apple silicon.


2 Answers

That is NOT possible. You can't do it using any public API. Though i am not aware of any private API that facilitate this types of functionality.

like image 128
Partho Biswas Avatar answered Sep 21 '22 15:09

Partho Biswas


This is iPad control Mac's touch bar demo:

  • TouchBarDemoApp Allows you to use your macOS Touch Bar from an iPad (through USB connection) or on-screen by pressing the Fn-key.

Mac control iPhone:

  • iTunes Mac app can get the iPhone's screenshot and edit iPhone's apps.
  • Xcode can launch iPhone's apps when you debug ShareExtension.

So I think there are some methods to achieve your function. But I don't how to achieve. Maybe its private.

like image 45
tomfriwel Avatar answered Sep 19 '22 15:09

tomfriwel