2

I am facing problem in getting the token when I am running the app in my PC. It is working fine when I am running my app on MacBook.

This is the error:

"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";
Vojtech Ruzicka
  • 16,384
  • 15
  • 63
  • 66
UGandhi
  • 518
  • 1
  • 8
  • 28

1 Answers1

1

iOS app dont work on PC ( non mac OS ) systems.

So when you try to open/run an app ( ipa file ) on non mac systems it will not function same as mac system.

Windows system install and run .exe files, while mac systems works with .ipa or .dmg files.

Even it will not work on linux based systems.

Hasya
  • 9,792
  • 4
  • 31
  • 46