Manveer1999 / flutter_sms_mms

A flutter plugin to send SMS & MMS via native messengers
MIT License
1 stars 2 forks source link

I am sharing pdf file but jpeg unsupported image is sent in ios flutter #1

Open UmairSaqibBhutta opened 1 year ago

UmairSaqibBhutta commented 1 year ago

I am using this lib for sharing a pdf file as an MMS. It works fine in Android but in iOS it shares a jpeg unsupported image. My code is:

 await SmsMms.send(
        recipients: phoneNo,
        message: 'some message',
        filePath: tempFile.path
      );
Manveer1999 commented 1 year ago

Hey @UmairSaqibBhutta Can you please share your device details. It'll be of great help

UmairSaqibBhutta commented 1 year ago

I have tested this on iPhones 14 and 11.