aarajput / wc_flutter_share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
35 stars 19 forks source link

Problem with native ios ... #25

Open massimilianochiodi opened 4 years ago

massimilianochiodi commented 4 years ago

hello, i am using your plugin on app flutter which however uses ios native app (to do a lot of processing) i set the plugin as in the guide but when i go to press the 'share' button i get a well known and obnoxious message:

2020-07-30 09:54:02.515896+0200 SmemoApp[593:64579] [MC] Filtering mail sheet accounts for bundle ID: it.nexid.smemoapp, source account management: 1 2020-07-30 09:54:02.516945+0200 SmemoApp[593:64579] [MC] Filtering mail sheet accounts for bundle ID: it.nexid.smemoapp, source account management: 2

On dart : await WcFlutterShare.share( sharePopupTitle: 'Condividi da SMEMORANDA', subject: "Hey! Guarda questa nota!", text: messageText, fileName: fileName, mimeType: mimeType, bytesOfFile: bytes.buffer.asUint8List());

Can help me ? NB: Podfile are standard, Use FlutterMethodChannel for passing api. Ios use swift version 4.2 flutter engine start in Appdelegate