Mobile App Programmer

Status
Not open for further replies.

WhiteboyWelch

Newbie
Joined
May 27, 2015
Messages
12
Reaction score
0
Basically, I have the .apk of an app that records some data and sends to the server. What I want to do is be able to run a modified version of it or a program alongside it to send the app fake information that causes the app to see it as good info and provide the rewards.

I have the .apk, I did dig into a little bit of it with jadx and chatgpt assistance.

the original code interacts with the Google Play Install Referrer API to retrieve details about how users acquired the app, and it provides a framework for handling and responding to this information within your app's logic.

Part of the code for any sort of reference.

https://pastebin.com/PGC4Bcrc
In a normal operation, user puts link in browser. Link takes user to the app download page in play store. User downloads app. Opens it. Recorded information is sent to the server. Referral verified.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top