Skip to content

passiv/mobile-experiment

Repository files navigation

Robinhood OAuth Token Logger - iOS

A Flutter iOS app that captures OAuth tokens from Robinhood's authentication flow using WebView.

Prerequisites

You need these installed on your MacBook:

  • Xcode (latest version from App Store)
  • Flutter (brew install flutter)
  • CocoaPods (sudo gem install cocoapods)

Setup & Run

  1. Install
flutter pub get
cd ios && pod install && cd ..
  1. Setup iOS Simulator
# Open Simulator
open -a Simulator

# If Simulator isn't working:
killall Simulator
open -a Simulator
  1. Install iOS Runtime
  • Open Xcode
  • Go to Xcode → Settings → Platforms
  • Download iOS 17.5 (or latest) runtime
  1. Run the App
flutter run

Troubleshooting

If you get build errors, try:

flutter clean
flutter pub get
cd ios && pod install && cd ..
flutter run

Common Issues

Simulator Won't Open:

xcrun simctl erase all
killall Simulator
open -a Simulator

Missing iOS Runtime:

  • Open Xcode → Settings → Platforms
  • Download required iOS runtime

Xcode Path Issues:

sudo xcode-select --reset
sudo xcodebuild -license accept

View Token Logs

To see captured tokens:

flutter logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published