Is there any way to send MMS in android 6.0.1 Marshmallow and higher?
Recently I've been working on a project to send and receive SMS and MMS. So far I can send and receive SMS and I can receive MMS, but I cannot send MMS.
I know this question has been asked before but those questions are no longer valid.
These requires APNs (specifically MMSC-URL) which are no longer accessible above android 4.0 (or somewhere near that):
how-to-send-image-via-mms-in-android
unable-to-send-mms-using-smsmanager
And these just use an Intent which is not really an option:
android-sending-audio-file-with-mms
There are many more I've seen that are basically the same. There was also one (can't seem to find it now) that didn't use APNs or Intents but I had to include like 20 or 30 classes, but they were incomplete and didn't work, even if it did work though I would prefer not to multiply my app size by 10.