Quickblox IOS SDK 2.6.2 问题

Quickblox IOS SDK 2.6.2 issue

我已经下载了 Quickblox IOS SDK 版本 2.6.2。

SDK中有一些demo工程。 喜欢"sample-chat"

我已经替换了"kApplicationID""kAuthKey""kAuthSecret""kAccountKey"

但是当我 运行 项目给出以下错误时:-

[QBCore] Response error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: not found (404)" UserInfo={com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x7f95b2df65f0> { URL: https://api.quickblox.com/users/by_tags.json?page=1&per_page=100&tags=dev } { status code: 404, headers {
    "Access-Control-Allow-Origin" = "*";
    "Cache-Control" = "no-cache";
    Connection = "keep-alive";
    "Content-Length" = 1;
    "Content-Type" = "application/json; charset=utf-8";
    Date = "Wed, 20 Jan 2016 11:00:56 GMT";
    "QB-Token-ExpirationDate" = "2016-01-20 12:59:20 UTC";
    "QuickBlox-REST-API-Version" = "0.1.1";
    Server = "nginx/1.6.2";
    Status = "404 Not Found";
    "X-Rack-Cache" = miss;
    "X-Request-Id" = 8341005e68907408343438e49020e8dc;
    "X-Runtime" = "0.040315";
    "X-UA-Compatible" = "IE=Edge,chrome=1";
} }, NSErrorFailingURLKey=https://api.quickblox.com/users/by_tags.json?page=1&per_page=100&tags=dev, com.alamofire.serialization.response.error.data=<20>, NSLocalizedDescription=Request failed: not found (404)}

404错误表示您的应用中没有标签为dev的用户。

请add/register在您的申请中至少有一位用户。

请更新至2.6.3查看错误详情及原因。

请转到管理面板:

Step 1 : https://admin.quickblox.com/signin.

Step 2 : Login with Valid credentials.

Step 3 : Go to USer >Click On Id

Step 4: Edit User tag as == dev

对所有用户执行相同的操作。