My application launches Google Chrome with the below code:
let url = URL(string: "googlechrome://xxx.xxx.xxx.xxx") UIApplication.shared.open(url!) <