This tutorial shows you how to open another iOS app from within your iOS app or from the safari browser using a custom URL scheme. Beginning with iOS 9, you must whitelist the apps you want to open. If you do not, you will get the error -canOpenURL: failed for URL: “customURLScheme://” – error: “This app is not allowed to query for scheme”. If you get this error skip to the beginning of step 3.