0

I use MFMessageComposeViewController to send SMS inside my App. Is there a way to know if the message was sent using iMessage or regular cellular services?

human4
  • 154
  • 2
  • 13

1 Answers1

1

No. You do not even know if it was sent out at all. I wish there was such feature in iOS SDK.

Teddy
  • 1,056
  • 1
  • 14
  • 24
  • Like @Teddy said, you don't get any information about the status of messages sent with Message Compose View. You don't know if it failed, sent, when it sent or anything. Once you start the compose view you are dealing with the OS not the app. – Fogmeister Jan 30 '14 at 07:29