carsten-klaffke / send-intent

Repository for send-intent Capacitor plugin
MIT License
106 stars 12 forks source link

IOS ,Universal link #72

Open nseb opened 1 year ago

nseb commented 1 year ago

My app use only universal links (HTTPS) , but I replace URL_SCHEME by my universal link , safari open the app

var urlComps = URLComponents(string: "YOUR_APP_URL_SCHEME://")! urlComps.queryItems = queryItems openURL(urlComps.url!)

the code must be changed to be sure to open the application with a universal link ?

Best Regards