KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 375 forks source link

Flutter app not getting image and video path in iOS #171

Open kinjalofficial opened 3 years ago

kinjalofficial commented 3 years ago
  1. Flutter app not getting image and video path in iOS. in android its working fine.

    ReceiveSharingIntent.getInitialMedia().then((List value) { if(value.length>0) { //My code } });

  2. When app kill and we share image or video then app always crash in iOS.

ThuyenPVT commented 3 years ago

same problem ! Are you solved this problem @kinjalofficial ?

hanleiZoro commented 3 years ago

@ThuyenPVT image