Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APKPure: Installs the same version instead of the newer one when updating. #941

Closed
ghost opened this issue Sep 28, 2023 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Sep 28, 2023

Hi, this is happening for quite some time but I didn't find someone that talks about it.

I think it is only happening with apps installed from APKPure, when there is an update, it will detect it and will know the version of the new one, but when downloading and installing nothing will happen, the app remains with the same version and I can see that from the app properties in the settings, I don't know why is it downloading the same version, I tried many time time and I confirm that nothing is wrong with the downloading and installing processes.

At the same time, you can go to the site and get the latest version normally if you download it and install it by yourself.

I hope you will take a look at this because it is annoying a little bit.

Note: This problem is not persistent, because after some period of time it will get the newer version, but I wanted to tell you so you'll see what is happening exactly and determine if it is a problem in Obtainium or not.

@ghost ghost added bug Something isn't working to check Issue has not been reviewed labels Sep 28, 2023
@ImranR98
Copy link
Owner

Does this happen with all apps or just specific ones?

@ImranR98 ImranR98 removed the to check Issue has not been reviewed label Sep 28, 2023
@ghost
Copy link
Author

ghost commented Sep 28, 2023

Many of them, I don't think it is something specific, but I will let you know if I discover anything else.

@XxTriviumxX
Copy link

XxTriviumxX commented Sep 29, 2023

sometimes it happens to me too. i have to click the source url, and then update by downloading the apk. At least it is telling me there is a new update.

It may be a problem on apkpure's side though.

@ImranR98
Copy link
Owner

The way the APKPure source currently works is that we extract the version number from the webpage, but we don't actually use it in the APK download. The APK URL just references "latest" for example https://d.apkpure.com/b/APK/com.instagram.android?version=latest (this is one reason why there's no option to download older versions of an app). I tried specifying a version, for example https://d.apkpure.com/b/APK/com.instagram.android?version=302.1.0.36.111 but that doesn't work.

So what's most likely happening is that there's a time delay between when they update the webpage and when they update the "latest" APK served at the download link. I don't think that's something Obtainium could fix (assuming it's actually the problem).

@ghost
Copy link
Author

ghost commented Sep 29, 2023

Alright, thank you a lot for looking into it, you can close the issue if you want.

@ImranR98 ImranR98 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 30, 2023
@ghost ghost mentioned this issue Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants