If one wants to use the "canOpenURL:" method one needs to add these lines to the Info.plist file: <key>LSApplicationQueriesSchemes</key> <array> <string>googlechrome</string> <string>googlechromes</string> </array> It would be nice to have this on the documentation.
If one wants to use the "canOpenURL:" method one needs to add these lines to the Info.plist file:
LSApplicationQueriesSchemes
googlechrome
googlechromes
It would be nice to have this on the documentation.