0

Can one use messageUI.framework in swift to send photos to someone the way snapchat does? I've done it using parse, but looking for a different way.

1 Answers1

1

You can not use messageUI.framework for sending the photos. if you want snapchat functionality you should use XMPP.
This is iOS framework for XMPP https://github.com/robbiehanson/XMPPFramework also, you should require XMPP server

For XMPP server please, check openfire and ejabberd

darshan
  • 1,115
  • 1
  • 14
  • 29