Debug your app with a proxy

Debugging your app analytics with a proxy Debugging your app is notoriously difficult and way more complex than the web counterpart, but there are possibilities. You can run local virtual devices if you have access to the source code or to install files as an IPA (iOS) or APK (Android) file. When running a local device you can use the console of XCode or Android Studio to debug your app. At the moment you don’t have access to source code or install files, your only option is to use a proxy. There are multiple proxies to choose from, but I’m using the open source “Men in the Middle” (MITM) proxy....

January 10, 2021 · 5 min · Byrge Leeuwangh