how to use sendMultimediaMessage in SmsManager?
I am currently developing a React Native app to send text messages. I successfully sent messages using smsManager.sendMultipartTextMessage(), but encountered an issue where some devices receive the messages as split parts. This seems to be a problem related to the carrier or the device itself, which I am unable to resolve. Therefore, I am looking to switch to sending MMS instead.