0

You are able to configure your iPhone to be able to receive iMessages send to your email. Also iPod Touches and iPads can receive iMessages send to emails.

Given an email address is it possible to check, if this address is able to receive an iMessage?

Apple is doing this in the Messages app to change the send button color, I would like to implement something similar.

pre
  • 3,475
  • 2
  • 28
  • 43

1 Answers1

0

No, Apple have not released any API for iMessage. You can only check if the device can send an message, with MFMessageComposeViewController canSendText method.

rckoenes
  • 69,092
  • 8
  • 134
  • 166