简体   繁体   中英

how can I integrate WhatsApp into my ios app?

I want to develop an iphone app ,in which user can send a common message (Broadcast Message) to unlimited (Select All Contacts) and send to all at one time (In single attempt ) .It's possible to share images or text you want through Whatsapp in a iOS app?

Any idea regarding this?

现在Github上还有一个WhatsAppKit: Check Link

There is no way you can use Whats app into App up till now. If so than also i will suggest not to rely on that.

If you want to make an feature for to broadcast a text message or image the best way is to implement your own. You can do the following:

  • Use xmpp Protocol
  • Implement push notification to notify for new broadcast messages
  • Create API for sending/receiving text messages & image & call it when you get notification

For more guidance refer this : http://quickblox.com/developers/SimpleSample-chat_users-ios

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM