Android phones cannot receive the MMS from our App (VAS-App) while the feature phone does

392 Views Asked by At

We developed an App for a mobile operator (VAS App). When user uses the app he receives an MMS finally. This is working properly if the user has a feature phone. But if a user uses an Android phone he doesn't receive the MMS. Only a notification about the MMS. but cannot download the MMS.

Please help me on this. We are in a big trouble now and cannot identify where the problem is.

Thanks in advance.

2

There are 2 best solutions below

1
On

There is something incongruous about the format of the MMS message that Android doesn't like. I don't know enough about VAS-Apps to be of much help, except that you may be able to:

  1. compare two MMS message formats, one working and one not, to find the discrepancy
  2. look at the Android source code for how it handles MMS
0
On

Got to know that sending a soap with a SMIL message will solve the problem. But again the problem is how to attach the SMIL message in to SOAP in java.

Thank you