1

For my app I am using quickblox. I am trying to upload a picture to the content database of quickblox. Now I need to check if the current user is already in the database with the image named personal. If so I want the ID of the entry.

1 Answers1

1

Please look at the Set the chat/Avatar in QuickBlox QBUUser in iOS Chat

And also QBUUser has a property blobID, which you can associate with profile avatar in Custom Objects. So when you want to check that selected user has an avatar, check for blobID == nil

Community
  • 1
  • 1
SevenDays
  • 3,718
  • 10
  • 44
  • 71