Android wear OS launch a web page on iPhone

50 Views Asked by At

In our watch app, we are implementing login flow via DAG. It works as expected with a connected iPhone, however, we are facing a problem with launching a verification URL on an iPhone. RemoteActivityHelper.startRemoteActivity() does nothing and I'm looking for a proper trigger to launch Safari on my iPhone.

I have spoken with iOS colleagues about this topic and they suggested modifying an action from Intent.ACTION_VIEW to openSafari

Moreover, I added a prefix for the URL, like this safari-https:// without any success.
Is there a proper way to do that?

0

There are 0 best solutions below