I want to facilitate opening a song link in iOS in the native iOS Amazon Music App. For example given the following share link copied from my iOS Amazon Music App
If I open this link in an iOS WKWebView the Deep Link works and the user is directed to the exact song.
If I open that link directly for the user using UIApplication.openURL:options:completionHandler:, this launches the native iOS Amazon Music app and directs the user to the correct album, but not the exact song.
Searching for related topics here I found the Run application with deep link post which references a Guide that now directs to a 404. Is there a way to Deep Link into the amazon music app on iOS?