briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
135 stars 68 forks source link

Reading MMS #65

Closed offaxis closed 4 years ago

offaxis commented 4 years ago

Hi, Is it possible to read MMS with this lib ?

Thanks

briankabiro commented 4 years ago

Hey, @offaxis 👋

I haven't tried using MMS but it seems that we don't currently support it. MMS uses Telephony.Mms and the package only loads Telephony.SmsManager in the code.

Have you found a package that provides this functionality? If not, I think MMS should be something that this package supports.

offaxis commented 4 years ago

Thanks for your answer !

I create another library inspired of this : https://stackoverflow.com/questions/3012287/how-to-read-mms-data-in-android

I will add it to npm repo !

briankabiro commented 4 years ago

Awesome--best of luck on the new venture. 🚀

briankabiro commented 4 years ago

Going to close this for now