diff --git a/.changeset/two-numbers-brush.md b/.changeset/two-numbers-brush.md new file mode 100644 index 00000000..094af63a --- /dev/null +++ b/.changeset/two-numbers-brush.md @@ -0,0 +1,5 @@ +--- +'@theoplayer/react-native-analytics-conviva': patch +--- + +Fixed an issue on iOS where the native ios connector version was locked to 10.8 patch updates. diff --git a/conviva/react-native-theoplayer-conviva.podspec b/conviva/react-native-theoplayer-conviva.podspec index cdbabe53..040943ca 100644 --- a/conviva/react-native-theoplayer-conviva.podspec +++ b/conviva/react-native-theoplayer-conviva.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 "THEOplayer-Connector-Conviva", "~> 10.8.0" + s.dependency "THEOplayer-Connector-Conviva", "~> 10.8" # 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.