This guide explains how to retrieve the uid for the FlashInvaders app on both Android and iPhone.
⚠️ Important: This method no longer works with recent versions of the FlashInvaders app, as the uid is no longer visible in the logs or network traffic. You will need to use an older version of the app. Older APK (Android) and IPA (iPhone) files can be found on various sites on the internet.
adb (Android Debug Bridge) on your computer.
adb is working by running:
adb devices
Ensure your device is listed.
adb logcat | grep "space-invaders"adb logcat | findstr com.ltu.flashInvader or adb logcat | findstr api.space-invaders.commitmproxy on your computer. Follow these steps based on your operating system:
brew install mitmproxypip: pip install mitmproxymitmproxy by running:
mitmweb
8080.mitmproxy logs for a line containing your uid.
Note: Using mitmproxy may require installing a certificate on your iPhone. Visit http://mitm.it in Safari and follow the instructions to install the certificate, enabling trust under Settings > General > About > Certificate Trust Settings.