ios - Quickblox Profile Pic issue in swift -


i developing chat application using quickblox api chat . able send , receive messages profile picture of sender missing. if knows please me how fetch sender image messages.

you can profile pic using below code :

nsuinteger userprofilepictureid = user.blobid; // user - instance of qbuuser class  // download user profile picture [qbrequest downloadfilewithuid:userprofilepictureid successblock:nil statusblock:nil errorblock:nil]; 

Comments

Popular posts from this blog

javascript - Why Selenium can't find an element that is graphically visible -

android - Basic camera in app -

scala - Using the kronecker product on complex matrices with scalaNLP breeze -