Finding a specific app functionality by examining the source code

Viewed 19

I want to know when an in-app offer updates, the app has daily offers which i would like to claim. The problem and the reason i'm asking this question is that these offers are extremely limited and therfore gone in a second. I obviously do not have the time to be glued to my phone 24/7 and the chances of them being in stock when i randomly check are very low. Now that I explained the reason for this question, i'll say what i have done up to now. Since it's a mobile app i'm talking about, I needed to download the apk version on my laptop, i proceeded to run that apk through an apk decompiler to get the source code, here it is now: https://drive.google.com/file/d/1mGO3Op32nwHLIf7TzVOV0DYsMJ5mcPav/view?usp=sharing

The problem is that i have no idea where to find the specific code i'm looking for. i dont even know if there is a way to find it. Any help would be aprecciated, even a way to narrow it down bcus obviously there is a lot of code.

0 Answers
Related