Closed Nik20112 closed 7 years ago
Hi,
Please set log level Debug and post full logs for this.
Hi @Nik20112, Any updates ?
Hi Please Help me I have create quickblox login and create session in ios(swift4) but response is error: Request failed: client error (422) reasons: { errors = ( "User's email unconfirmed" ); } thanks
Help avoid duplicate issue reports, check existing issues
Environment details iOS version, Quickblox iOS SDK version, QuickbloxWebRTC SDK version (optional) iOS Version: 10.3 pod 'Quickblox-WebRTC', '~> 2.6' pod 'QuickBlox'
Did this work before? No. I am working on Swift 3 I have successfully sign up and login with QuickBlox. I want to retrieve users by tags but I can't retrieve it. Also, tried with users by Ids, all users but its failed and not received any error from QBRequest. Already checked "Allow to retrieve a list of users" in Setting in Admin Panel.
//login in QuickBlox
Expected behavior I think it should be working fine but its not so please resolve it or guide me what is wrong in my code?
Actual behavior Its not working while retrieve users from tags, Ids, and all users itself.
Logs Attach full logs that will describe your problem (please, use github gist) I don't see any logs even logs is enable in code. QBSettings.setLogLevel(QBLogLevel.errors)
Steps to reproduce the behavior //Retrieve users with IDs
QBRequest.users(withIDs: ["29945208"], page: QBGeneralResponsePage.init(currentPage: 1, perPage: 1), successBlock: { (response:QBResponse, responsePage:QBGeneralResponsePage, qbuserdata:[QBUUser]) in debugPrint("Success",response); debugPrint(responsePage); debugPrint(qbuserdata)
//Retrieve all users
//Retrieve all users by tags
Any others comments? Please resolve this issue asap.