Search code examples
iosiphoneswiftmessagesnapchat

messageUI.framework useful in sending pictures?


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.


Solution

  • 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