在 ios 中获取令牌时遇到问题

Facing issue in getting token in ios

我在 运行 PC 中的应用程序中获取令牌时遇到问题。当我在 MacBook 上 运行 我的应用程序时,它工作正常。

这是错误:

"Access-Control-Allow-Origin" = "*";
"Cache-Control" = "no-cache";
Connection = "keep-alive";
"Content-Length" = 37;
"Content-Type" = "application/json; charset=utf-8";
Date = "Mon, 11 Jul 2016 09:27:28 GMT";
"QuickBlox-REST-API-Version" = "0.1.1";
Server = "nginx/1.8.1";
Status = "422 Unprocessable Entity";
"X-Rack-Cache" = "invalidate, pass";
"X-Request-Id" = 7d09604a50a13d47b67c9b72e00d765f;
"X-Runtime" = "0.016969";
"X-UA-Compatible" = "IE=Edge,chrome=1";

iOS 应用程序无法在 PC(非 mac OS)系统上运行。

因此,当您尝试在非 mac 系统上 open/run 应用程序(ipa 文件)时,它的功能将与 mac 系统不同。

Windows 系统安装和 运行 .exe 文件,而 mac 系统使用 .ipa 或 .dmg 文件。

即使它不能在基于 linux 的系统上运行。