klinker41 / android-smsmms

Library for easily sending SMS and MMS for Android devices
674 stars 248 forks source link

Cannot receive MMS to second SIM card #64

Open themelisx opened 7 years ago

themelisx commented 7 years ago

I have two dual phones and I cannot receive mms to second SIM. If I swap the cards, again the second SIM does not receive mms. Is there something that I have to do to at broadcast receiver before I start the transaction?

PradeepAmradi commented 5 years ago

Hey @themelisx I faced the same issue, I have gone through their code and found that they have a bug in their code in downloading MMS My PR https://github.com/klinker41/android-smsmms/pull/162/commits/11d7201f75fdf2ff2dc86b5090ec16fc8d213bd4

You can import library module from the forked branch I created and use it :)