0

I have an associated domain. If I click on a link to that domain from anywhere outside my app, the app is launched.

If I click on it inside my app, safari is launched instead.

Why is this happening? Can I prevent it?

Makaronodentro
  • 907
  • 1
  • 7
  • 21

1 Answers1

0

In AppDelegate method

Intercept links from openURL and links from other components like UITextView - present custom alert and on the alert delegate either cancel or redirect to the link

arts
  • 118
  • 4