theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

BadAuthentication on Login Attempt #69

Closed ErickSumargo closed 3 years ago

ErickSumargo commented 3 years ago

java --version: 15.0.2 stackzy version: 1.0.7

Cool app and nice UI! But...

Issue: Created new Google account as suggested but always get BadAuthentication status when trying to login.

sk123411 commented 3 years ago

Yes getting the same issue, Bad authentication every time when try to login

err
theapache64 commented 3 years ago

@ErickSumargo @sk123411

This is caused by an unexpected change in playstore API. Will be fixed in 1.0.8 :+1: Thanks for reporting :innocent:

theapache64 commented 3 years ago

@ErickSumargo @sk123411 @ananthakrishnankr

You can download v1.0.8 from here

sk123411 commented 3 years ago

Thanks for the quick response and fix!! :):) Well i have came another issue when try to decompile apps from playstore

err
theapache64 commented 3 years ago

@sk123411 Which app is this? Also, can you paste the output of java -version?

sk123411 commented 3 years ago

Getting the same error in all the apps which i am searching on playstore , the libraries(beta) and .apk feature are working fine, i am using it on windows

theapache64 commented 3 years ago

@sk123411 Can you give me the output of java -version ?

sk123411 commented 3 years ago

Java not installed on my system

theapache64 commented 3 years ago

That could be the problem. Because we need JDK to decompile the app. Are you able to decompile apps via ADB ?

sk123411 commented 3 years ago

thanks its working now! kudos to your hardwork