Search code examples
iosduplicationurl-scheme

How iOS handle URL scheme duplication?


If 2 other app register same url scheme, how iOS handle this?


Solution

  • It will present an UIActionSheet view allowing the user to choose which app to launch (good example are apps that handle .doc files). That's where the icon you specify is used - on the action sheet buttons when it's shown to the user