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
245 stars 182 forks source link

Add posibility to read out all sms #13

Closed akarabach closed 4 years ago

akarabach commented 4 years ago

It would be nice to be able to read sms for both Android and iOS

DigitalSolomon commented 4 years ago

As in, read all of the private SMS messages on the device?

akarabach commented 4 years ago

yup

rodydavis commented 4 years ago

Not possible on iOS and android will remove you app. This is outside the scope of this plugin. Feel free to submit a PR

bawantha commented 2 years ago

@rodydavis What? Then how app like Truecaller stays. It can read SMS and send SMS (obviously with user's consent)

rodydavis commented 2 years ago

You are welcome to submit a PR to add the functionality and link to the apple documentation.

But I have not found it and this plugin is focused on sending messages.

If the functionality exists then a new plugin could depend on this one to provide a full chat app api.