From ee6eca1b82190e262d5078194b95064154c0b601 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Fri, 13 Feb 2026 14:47:53 +0100 Subject: [PATCH 1/2] Start using official releases of the ios bitmovin collector --- bitmovin/react-native-theoplayer-bitmovin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmovin/react-native-theoplayer-bitmovin.podspec b/bitmovin/react-native-theoplayer-bitmovin.podspec index 7ac138b3..cc1b86a3 100644 --- a/bitmovin/react-native-theoplayer-bitmovin.podspec +++ b/bitmovin/react-native-theoplayer-bitmovin.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "react-native-theoplayer" - s.dependency "BitmovinAnalyticsCollector/THEOplayer", "3.21.0-a.11" + s.dependency "BitmovinAnalyticsCollector/THEOplayer", "~> 3.21" # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79. From 7d4c20ec8406a345b89fa848030228669b1c3311 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Fri, 13 Feb 2026 14:52:43 +0100 Subject: [PATCH 2/2] Add changeset --- .changeset/slow-pans-wonder.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/slow-pans-wonder.md diff --git a/.changeset/slow-pans-wonder.md b/.changeset/slow-pans-wonder.md new file mode 100644 index 00000000..01cd06bc --- /dev/null +++ b/.changeset/slow-pans-wonder.md @@ -0,0 +1,5 @@ +--- +'@theoplayer/react-native-analytics-bitmovin': patch +--- + +Using GA release for Bitmovin collector to prevent app store validation rejections.