您好我使用以下代码并传递abid,我可以向安装了WhatsApp的用户发送消息但在发送消息之前我怎么知道用户有WhatsApp设置?如果它不适用于特定用户,我不想启用该选项。
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:[NSString stringWithFormat:@"whatsapp://send?abid=%d&text=%@", abid, @""]]];
答案 0 :(得分:2)
不,你不能。
ABAdressBook
与WhatsApp无关,而openURL
只会在安装后启动WhatsApp(未检查目标联系人是否有WhatsApp帐户.WhatsApp不提供API来检查是否存在号码是否已注册帐号。