Netflix Connector
Streaming preference data collected through the mobile sync pipeline.
Updated 19 March 2026
netflixconnectorstreamingmobile
Netflix Connector
Streaming preference data collected through the mobile sync pipeline.
Connector Metadata
| SDK connector id | netflix |
| Works on | React Native, Swift, Mobile sync |
| Current collection surface | Mobile sync |
| Information density | High |
| Signal quality | High |
| Best for | Film and TV taste, genre affinity, viewing completion signals, and entertainment recommendations. |
Activation
To show this connector in the SDK, add netflix to the platform allowlist for the SDK surface you are using.
Web
This connector is not currently documented for the web connector surface. Use one of the supported mobile surfaces below.
React Native
<OnairosButton
AppName="YourApp"
allowedPlatforms={['netflix']}
recommendedPlatforms={['netflix']}
onComplete={(result) => console.log(result)}
/>
Swift
let config = OnairosConfig(
apiKey: "your_api_key",
platforms: [.netflix],
recommendedPlatforms: [.netflix],
urlScheme: "yourapp",
appName: "YourApp"
)
Connector ids are lowercase
Use netflix in allowedPlatforms. Display names such as Netflix may work on some SDK surfaces, but lowercase connector ids are the safest cross-platform choice.
Current SDK Surface
Mobile sync
What We Collect
- Viewing history with title, watch timing, percent watched, and genre metadata.
- My List entries for saved shows and movies.
- Ratings and profile preference metadata such as language, maturity level, and autoplay settings.
Current Onairos Handling
- Collected through the mobile sync flow.
- Viewing history and profile data are normalized into the shared platform-data format.
Notes
- Ratings act as strong positive or negative signals.
- Netflix is currently available in the mobile connector flow.