# Updates - Native mobile apps

[Native mobile app versions](/steves-helper-apps/native-mobile-app-versions.md)

For live updates, use:

* <https://play.google.com/store/apps/details?id=flutter.vdo.ninja>
* <https://apps.apple.com/app/vdo-ninja/id1607609685>
* <https://github.com/steveseguin/vdon_flutter>

## Scope of this page

* Only highlights from the last 120 days are kept here.
* Current window: **November 9, 2025 to March 9, 2026**.
* Anything older should be removed after permanent docs are updated.
* This page is not a long-term changelog archive.

## Recent highlights (rolling)

* **iOS updates** Improved USB microphone support, local recording support, dual-camera front+rear mode, and ultra-wide camera support were added to the iOS native app. A new iOS build with ultra-wide support was approved on March 1, 2026.
* **Android updates** Android gained broader camera selection options including ultra-wide support, improved USB audio reliability, local recording improvements, a recorded-video gallery, and continued USB video and UVC support work. A newer APK test build was shared on March 1, 2026 ahead of Play Store rollout.
* **Shared native-app workflows** Both native apps now support local recording, screen recording, USB audio improvements, Social Stream Ninja integration, audio talkback monitoring, and live mobile production workflows beyond simple one-way publishing.

## Editor maintenance rule

* Add only recent, high-signal items in the active rolling window.
* Prefer documenting stable behavior in guides and reference pages, not only in update logs.
* Remove items as they age out of the window.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/updates/updates-native-mobile-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
