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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -