@wwdrew/expo-spotify-sdk
Version:
Expo module wrapping the native Spotify iOS (v5) and Android (v4) SDKs for OAuth authentication and App Remote playback control
15 lines (14 loc) • 470 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<queries>
<package android:name="com.spotify.music" />
</queries>
<application>
<meta-data
android:name="spotifyClientId"
android:value="${spotifyClientId}" />
<meta-data
android:name="spotifyRedirectUri"
android:value="${spotifyRedirectUri}" />
</application>
</manifest>