NZME / react-native-brightcove-ima-player

Brightcove Native IMA SDK bridge for React Native
MIT License
6 stars 8 forks source link

Feature/upgrade to support newest possible version of GMA SDK #23

Open jazdance opened 9 months ago

jazdance commented 9 months ago
  1. on Android, upgrade to support GMA SDK version 22.6.0, which is the newest version of android GMA SDK as of today.
  2. on iOS, upgrade to support GMA SDK version 10.10.0, also raised the miminum deployment target to ios 12.4.

P.S, on iOS, v10.10.0 is the highest version of GMA SDK our app currently could go up to , any higher version SDK will cause the pod install to fail, and canNot raise it to the newest version 11 too - because GMA SDK version 11 require the minimum deployment target to be ios 13.

🥬 Do Not Merge into master branch for now !!!