Skip to main content

Overview

Universal Link is a mechanism introduced by Apple in iOS 9 to enable seamless transitions between web and app.When opening a link associated with the app in Safari or WebView, it automatically redirects to the app without losing parameter content.Universal Link addresses some issues of URL Scheme:

note

Player Network SDK iOS platform only handles Deep Link for Universal Link.By invoking the OpenUrl method of AppDelegate with a custom scheme, Player Network SDK does not handle nor return a Deep Link callback, requiring the game to handle it independently.

  1. If the redirect fails, the link will open directly in Safari/WebView.
  2. Universal Link can unify Web and Native routes.
  3. Redirects occur without a popup, offering a better experience.