Cuterdio icon indicating copy to clipboard operation
Cuterdio copied to clipboard

Privacy: Spotify

Open Suplanus opened this issue 5 years ago • 1 comments

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")

Suplanus avatar Feb 27 '20 05:02 Suplanus

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...

Suplanus avatar Feb 29 '20 16:02 Suplanus