Search code examples
objective-cbackgroundwatchkitforegroundwatchos-2

Can I use wcsession to make the parent iOS app go to foreground


I have successfully made it possible for exchanging data between the watch and the phone by making use of WCSession.
However, the problem I find is that the parent app will not automatically go to foreground when it receives a message.
Is there a way to make it happen? Because I saw some watch app able to awake their parent apps.
Thanks a lot.


Solution

  • The Apps can't bring themselves to the foreground. Is not possible.