ios-sdk icon indicating copy to clipboard operation
ios-sdk copied to clipboard

Share link Spotify to your app not working

Open kanak14 opened this issue 3 years ago • 0 comments

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

Simulator Screen Shot - iPhone 12 - 2022-02-17 at 11 10 00

kanak14 avatar Feb 17 '22 05:02 kanak14