apk-mitm icon indicating copy to clipboard operation
apk-mitm copied to clipboard

Dont work on a app with Google Autentication

Open coolshark opened this issue 1 year ago • 1 comments

I have downloaded an app from apkpure, I followed the steps to generate the APKS format seems correct it appears "Done! Patched" but when reinstall the application with "Sai" tool is installed correctly and part correctly but when you click Google Auth nothing happens.

I use a packetsniffer I saw that the traffic is decrypt only in the headers but the body is still illegible

coolshark avatar Mar 23 '23 17:03 coolshark

Try to check does App you want to modify uses Google APIs in application manifest.xml file. for Google Maps I just reset it with my own App private key and it works well, possibly same for your Google products.

SashaDesigN avatar Aug 22 '23 08:08 SashaDesigN