stream-video-flutter icon indicating copy to clipboard operation
stream-video-flutter copied to clipboard

Update required for connectivity_plus to support the new iOS privacy requirements

Open kissbudai opened this issue 9 months ago • 0 comments

Hi!

stream_video depends on connectivity_plus and requires version 5.X.X ref

Apps need to comply with the new iOS privacy manifest requirements (Flutter general issue, where connectivity_plus is a flagged 3rp party dependency). This becomes mandatory starting with 1st of May.

connectivity_plus has a newer version that already contains the privacy manifest (version 6.0.1+), but since stream_video depends on 5.X.X, it can't be updated to a version to contain the privacy manifest.

Do you have an idea when this dependency can or will be updated to the latest? It's not 100% clear at this point what the implications are starting from May 1, but further updates can be potentially blocked by Apple because of it and if this is the case, then these dependency constraints have a big impact on apps using the SDK.

Affected version: 0.3.9

Thank you very much!

kissbudai avatar Apr 30 '24 07:04 kissbudai