You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried following code and it always gives me older version apk details information:
val details = service.details(packageName);
val appDetails = details.getDocV2().getDetails().getAppDetails();
val versionCode = appDetails.getVersionCode();
val versionNumber = appDetails.getVersionString();
here, I have cross-checked values of versionCode & versionNumber with play store values for particular app (com.uberapp), I'm getting different values for the same.
Hi pravinshinde,
I am a new user of java, i don't know how to run this project because it can not import to eclipse. I do not know what email, password, and android id are means and what relationship between them. You must be run this project sucessful for searching android applications on GooglePlay and achieving user reviews of an App. Can you tell me how can i run this project? Are emali and password google account?
Can you please help me in these issues
Thanks a lot
lmm
Hi Akdeniz,
I tried following code and it always gives me older version apk details information:
here, I have cross-checked values of versionCode & versionNumber with play store values for particular app (com.uberapp), I'm getting different values for the same.
Service gives me:- versionCode = 31442 & versionNumber = 3.117.3
Downloaded apk(Play Store) gives me:- versionCode = ***** & versionNumber = 3.126.0
Is it possible to get latest version app details ?
Thanks.
The text was updated successfully, but these errors were encountered: