How iOS handle URL scheme duplication?
If 2 other app register same url scheme, how iOS handle this? 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 The iOS Documentation reads: Note: If more than one third-party app registers to handle the same URL scheme, there is currently no process for determining which app will be given that scheme. The OSs behaviour is undefined if there are two apps registered for an URL scheme, therefore you should try to