Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリでChat ACS Titanium http://cloud.appcelerator.com/docs/api/v1/chats/createを使用しています。連絡帳に自分のアプリがインストールされている人がいるかどうかを知る必要があります (whatsapp や viber など)。可能です?
連絡帳からすべての電子メール アドレスや電話番号などを取得し、クエリを実行して一致するすべてのユーザーを見つけることができます (ヒント: を使用しますemail: { $in: [ 'all', 'the', 'emails' ] })。
email: { $in: [ 'all', 'the', 'emails' ] }
http://cloud.appcelerator.com/docs/api/v1/users/query