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. 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.