OptiView Ads (SGAI) iOS repro harness — wrapper 11.4.0 + native core 11.6.0#867
Draft
QuintonWehby wants to merge 2 commits into
Draft
OptiView Ads (SGAI) iOS repro harness — wrapper 11.4.0 + native core 11.6.0#867QuintonWehby wants to merge 2 commits into
QuintonWehby wants to merge 2 commits into
Conversation
- Add an HLS OptiView Ads (server-guided/SGAI) source as the first entry in the example source list so it auto-plays on launch (midroll ad breaks signalled via HLS EXT-X-DATERANGE interstitials). - Pin the native THEOplayerSDK-core + integrations to 11.6.0 (wrapper stays 11.4.0) and raise the iOS deployment target to 16.0 (required by the 11.6 GoogleCast integration). - Self-set THEO_FEATURES in the Podfile so a plain `pod install` compiles the OptiView (THEOads) native bridge; without it the bridge is omitted and ad events never fire. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add AD_EVENT (adbegin/adend/adbreakbegin/adbreakend/aderror) and ERROR logging in onPlayerReady. Translated from the web SDK's player.ads.addEventListener API to the RN wrapper's single AD_EVENT event with an AdEventType subType discriminator. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
A minimal reproduction harness for OptiView Ads (THEOads) behaviour on iOS, built directly on this repo's own
exampleapp. The only changes vs thev11.4.0base are the four files in this PR — no player/integration code is modified.Versions under test
react-native-theoplayer(JS wrapper)THEOplayerSDK-core(native) + integrations