Cuterdio
Cuterdio copied to clipboard
Privacy: Spotify
Spotify redirects to app.adjust.com. This is blocked by Pi-Hole for example. I try to find a workaround.
Perhaps with URI-Scheme:
UIApplication.shared.openURL("spotify:album:35qOyU64MANksnQMALP0yQ")
UIApplication.shared.openURL("spotify:track:4rt5uQRufFaIFLCnJgE8Cc")
URL scheme needs to know if spotify is installed: https://xamarinhelp.com/launching-mobile-app-via-uri-scheme/
The URL is OK, the redirect is only on mobile devices I think: https://developer.spotify.com/documentation/general/guides/content-linking-guide/
Have no idea to resolve this...