<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q" -->

---
title: MoQKit: A Native Mobile SDK for MoQ on iOS and Android
description: MoQKit is an open-source native mobile SDK for MoQ (Media over QUIC), offering Swift APIs for iOS and Kotlin APIs for Android. It enables apps to publish...
canonical: https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: MoQKit: A Native Mobile SDK for MoQ on iOS and Android | daily.dev
og:description: MoQKit is an open-source native mobile SDK for MoQ (Media over QUIC), offering Swift APIs for iOS and Kotlin APIs for Android. It enables apps to publish...
og:url: https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q
og:image: https://api.daily.dev/og/posts/cJJmpIy8q.png
og:image:alt: MoQKit: A Native Mobile SDK for MoQ on iOS and Android
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MoQKit: A Native Mobile SDK for MoQ on iOS and Android

**[Software Mansion](https://daily.dev/sources/swmansion)** · 10 min read · 0 upvotes · 0 comments

## Summary

MoQKit is an open-source native mobile SDK for MoQ (Media over QUIC), offering Swift APIs for iOS and Kotlin APIs for Android. It enables apps to publish camera, microphone, and screen capture streams, play back live broadcasts, and exchange app-defined data over QUIC. Built on moq-ffi, it ships as a Swift Package and Maven Central artifact (v0.2.0). The SDK uses moq-lite rather than the still-evolving moq-transport IETF draft for stability. Key features include a Session model for relay connection management, native capture sources, catalog-based broadcast discovery, and raw data tracks for app-defined payloads. A React Native layer is in active development. The SDK targets use cases where WebRTC is too complex, such as one-to-many live streaming at low latency.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://swmansion.com/blog/moqkit-native-mobile-sdk-moq-ios-android>

## Similar posts on daily.dev

- [On a Boat](https://daily.dev/posts/on-a-boat-xx5nwxhvz) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#swift](https://daily.dev/tags/swift), [#kotlin](https://daily.dev/tags/kotlin)

[View this post on daily.dev](https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"MoQKit: A Native Mobile SDK for MoQ on iOS and Android","url":"https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q"},"datePublished":"2026-08-02T07:15:37.271Z","dateModified":"2026-08-02T07:38:51.261Z","description":"MoQKit is an open-source native mobile SDK for MoQ (Media over QUIC), offering Swift APIs for iOS and Kotlin APIs for Android. It enables apps to publish...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/95803b4c71e97b5923182ff9b8f6e192?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/95803b4c71e97b5923182ff9b8f6e192?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Software Mansion","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Software Mansion","logo":"https://media.daily.dev/image/upload/s--sOx0vaVZ--/f_auto,q_auto/v1785654908/logos/swmansion?_a=BAMAMicg0","url":"https://daily.dev/sources/swmansion"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/moqkit-a-native-mobile-sdk-for-moq-on-ios-and-android-cjjmpiy8q","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"swift,kotlin","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Software Mansion","item":"https://daily.dev/sources/swmansion"},{"@type":"ListItem","position":3,"name":"MoQKit: A Native Mobile SDK for MoQ on iOS and Android"}]}
```

