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 -

java - How to compare two classes -

mysql - Gateway Timeout Error on Insert 70000 record using Hibernate in Java -