github music-assistant/mobile-app debug-2026.04.20.1539
🚀 Debug Build 2026.04.20.1539

pre-release3 months ago

Debug APK Release

What's New

feat(ios): implement OAuth login (#236)

Wire up OAuth support on iOS so users with HA-linked Music Assistant
servers can authenticate. The iOS OAuthHandler implementation already
existed but was never instantiated, leaving OAuth-based providers
inoperable with "OAuth not supported on this platform."

  • KmpHelper exposes authManager to Swift.
  • Info.plist registers musicassistant://, the URL scheme that
    AuthenticationViewModel hardcodes as the OAuth return URL.
  • iOSApp.swift assigns OAuthHandler() in ContentView.onAppear (after
    Koin init) and parses the callback via .onOpenURL, forwarding the
    code to authManager.handleOAuthCallback.
  • Cold-launch deep links (URL arrives before Koin ready) are buffered
    and replayed by the same onAppear.

Mirrors Android's MainActivity.onCreate wire-up.

Co-authored-by: Claude Opus 4.7 (1M context) noreply@anthropic.com

Important Notes

  • This is a debug build — not intended for production use
  • Contains debug symbols and logging
  • Performance may be slower than release builds

Installation

Download the APK below and install on your Android device.

Don't miss a new mobile-app release

NewReleases is sending notifications on new releases.