Hi,
After iOS10 launched my app stopped to work in iOS. In Android it works well with the endpoints that I am using in the current iOS version.
But when I try to make a request the following json message erros is shown:
{
"data": null,
"status": -1,
"config": {
"method": "POST",
"transformRequest": [null],
"transformResponse": [null],
"url": "https://xxxx.com.br",
"data": {
"Serial": "xxxxx",
"Pin": "xxxxx"
},
"headers": {
"Content-Type": "application/json",
"Accept": "application/json"
},
"cached": false
},
"statusText": ""
}
I’ve tried everything, but nothing has worked. Since CSP (Content-Security-Policy) in the index.html, App Transport Security Settings, even Cross Script in the server side.
it’s important to know that the application works well in android. it’s just in iOS.
If anyone could help, it would be amazing, I’m stuck in this issue for 3 days.
Thanks in advance.
Best Regards.