updater-for-spotify icon indicating copy to clipboard operation
updater-for-spotify copied to clipboard

Cannot update to latest version 8.5.68.904

Open andreas1107 opened this issue 4 years ago • 5 comments

When I try to update to the latest version I get "app not installed". It's been working to date, problems started with 8.5.68.904.

Anyone else have this problem?

andreas1107 avatar Jul 28 '20 07:07 andreas1107

Yes, I have the same issue.

nickmasster avatar Jul 28 '20 16:07 nickmasster

Looks like the current apk has been tampered with?

Deleting Spotify and reinstalling works, but at the first launch it opens some modal about an ad removal mod, which then opens a related Telegram group. Not a huge fan of this.

jancc avatar Jul 29 '20 13:07 jancc

Where does the updater fetch the apk from?

andreas1107 avatar Jul 29 '20 15:07 andreas1107

I've only skimmed through the code, but the app seems to query Spotify's own API to determine the latest version. The download however seems to be sourced from https://ws75.aptoide.com. This is defined in app/build.gradle.

jancc avatar Jul 29 '20 15:07 jancc

Same Issue here. You can debug with adb and get a more detailed error message

$ adb install Spotify\ Listen\ to\ new\ music\ podcasts\ and\ songs_v8.5.68.904_apkpure.com.apk
Performing Streamed Install
adb: failed to install Spotify Listen to new music podcasts and songs_v8.5.68.904_apkpure.com.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Stackoverflow says:

... it doesn't have a native library for your cpu architecture

My workaround is to grab an older version and install them.
The last 8.5.74.x works for me.

$ adb install spotify-free-music-and-podcasts-streaming.apk
Performing Streamed Install
Success

markuman avatar Sep 01 '20 19:09 markuman