Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

CouldNotFindSpotifyApp error on Google Pixel 3

CouldNotFindSpotifyApp error on Google Pixel 3

Plan

Premium

 

Country

United Kingdom

 

Device

Google Pixel 3, Google Pixel 3 AVD (API 30)

 

Operating System

Android 10

 

My Question or Issue

I'm trying to build an app which integrates the Spotify App Remote SDK. However, when I try to connect to Spotify using the SDK, the CouldNotFindSpotifyApp error is thrown even though the Spotify app is installed on the device.

 

This is my first time posting on these forums, so if additional information is needed that I haven't provided, please bear with me.

Reply
1 Reply

Apparently, I needed to *allow Spotify to be searched* before trying to search for it! This may be common knowledge, but it wasn't to me.

 

Added this to the manifest file:

 

<queries>
    <package android:name="com.spotify.music" />
</queries>

Suggested posts