fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
241 stars 176 forks source link

How to detect if iphone does not support MMS service? #86

Open UmairSaqibBhutta opened 11 months ago

UmairSaqibBhutta commented 11 months ago

I want to send a pdf file through the message service. But some iPhone devices does not support MMS service and I want to detect this. But I'm unable to find any way to detect this. I want help from your side in this matter. Any idea if possible? It will be highly appreciated.