标签: android ios titanium contacts acs
我在我的应用中使用Chat ACS Titanium http://cloud.appcelerator.com/docs/api/v1/chats/create。 我需要知道我的联系人书中是否有人安装了我的应用程序(如whatsapp o viber)。 有可能吗?
答案 0 :(得分:0)
您可以从通讯录中获取所有电子邮件地址或电话号码或类似信息,然后运行查询以查找所有匹配的用户(提示:您使用email: { $in: [ 'all', 'the', 'emails' ] })。
email: { $in: [ 'all', 'the', 'emails' ] }
http://cloud.appcelerator.com/docs/api/v1/users/query