This app is not allowed to query for scheme XYZ://
问题 You might think it's a duplicate question, but it's not, I'm totally aware of all the answers on SO about the canOpenURL and its caveats on iOS 9, but here is my problem: I'm trying to check if an specific app is installed on my device (both developed by me). I have declared the scheme on AppA as: <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>com.my.company.id</string> <key>CFBundleURLSchemes</key> <array> <string>XYZ</string> </array> </dict> </array> and on