Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically check iMessage support of contact

I am developing an app that loads the contacts in a UITableView on my iPhone. It works fine, my issue is I want to know whether the recipient's mobile number or email address is supporting iMessage or not using Objective-C. Please tell me if I am not clear.

like image 534
user247 Avatar asked Apr 25 '13 12:04

user247


2 Answers

This is not available through the public SDK. If you have a jailbroken device you can use the ChatKit framework.

like image 200
Mike Kwan Avatar answered Oct 14 '22 14:10

Mike Kwan


There is not public API to do this in the current iOS SDK.

If you do manage to find some kind of private API to do it, your app will likely be rejected if you submit it to the App Store.

like image 24
rckoenes Avatar answered Oct 14 '22 14:10

rckoenes