Deeplink between two standalone watchos App

I have two standalone app written for watchos (standalone). One to authenticate and one for connectivity to real-world devices. The connectivity app uses the authentication app before every action, Im testing this with two xcode projects I have created and tried different things ended up with this error. authapp://authenticate?callback=linkingapp://callback -[SPApplicationDelegate extensionConnection:openSystemURL:]:2418: URL with scheme "authapp" not supported

how to get the url scheme working? Tested this in simulator and real device. info.plist and AppDelegate files are placed in both apps.

Thank you for the informative post. I recommend adopting Universal Links with watchOS and registering an AASA file to enable seamless HTTPS requests between the apps. For reference, here is a link to initiate the process of Universal Links:https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app Additionally, please note the delegate required for watchOS registration.

Albert Pascual
  Worldwide Developer Relations.

Deeplink between two standalone watchos App
 
 
Q