ios-sdk
ios-sdk copied to clipboard
Share link Spotify to your app not working
Hello team,
When sharing a song link to your app the link opens to WKWebView after clicking the play button audio does not play. If the same link opens in safari then it is working. please let me know why not play in WKWebView.
override func viewDidLoad() { super.viewDidLoad() guard let url = URL(string: "https://open.spotify.com/track/4ZtFanR9U6ndgddUvNcjcG") else { return } webView.load(URLRequest(url: url)) RSNetworkManager.shared.showProgressHUD() self.webView.navigationDelegate = self
}
Xcode version: Version 13.2.1
