Chamath Jeevan
Chamath Jeevan

Reputation: 5172

WatchKit app launch another Watchkit application pp

Is it possible to Watchkit app to launch another WatchApp such a Call app in the Watch. Actually I developing a app it need to open the call app in watch

Upvotes: 0

Views: 54

Answers (1)

iOSNoob
iOSNoob

Reputation: 1420

Currently WatchKit does not allow you to launch another app, rather you can call parent app which is on the iPhone. Also communication between iWatch app and parent app is possible using openParentApplication. But there's zero possibility for the scenario that you are saying. Refer this documentation: Link

Upvotes: 1

Related Questions