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
Post a Comment