As part of iOS 11 Beta (2) testing activity we have upgraded an iPad. Post up gradation we are experiencing issue connecting to internet and the iPad is configured with PAC file (Worked fine till 10.3 version).
Tried running a web app and below is the error log and issue is some thing around PAC file. I have surfed through different blogs and couldn't find a solution. Can some one help me understand the issue and suggest a solution please? Appreciate your help, thanks in advance!
Error log:
2017-07-06 09:11:15.725037+0100 Web [274:6046]PAC result block not invoked
2017-07-06 09:11:15.726566+0100 Web [274:6046] [] nw_proxy_resolver_create_parsed_array PAC evaluation error: kCFErrorDomainCFNetwork: 308
Tried loading webpages in Safari and browser fails to load any webpage.
Edit:
Upgrading to iOS 11 Beta 3, Webpages are loading fine with PAC configured though pac error message is still logged.
Related
I am upgrading a project from Swift 3 to Swift 5. The project uses Realm for an internal database, but every time I launch the app in the simulator I get the following errors in the console:
ATS failed system trust
Connection 2: system TLS Trust evaluation failed(-9802)
I'm pretty sure this is a Realm issue as the app doesn't try to make any other external connections. When running on a older version of Xcode(8), it all works fine without errors. I'm currently testing on Xcode 10.3 and 11 (beta) and using Realm 3.17.3.
Any help would be appreciated.
This error is only produced in the simulator. When running on an actual device no errors get logged
I developed my application in ionic 3 and my back-end is PHP PDO , my app is working perfectly in Android and all the web services are getting called perfectly.
I have imported my code in Mac Book and generated in Xcode. when I run that code in simulator API are not getting called and shows error as HTTP failure Response from unknown URL 0 Unknown Error.
I have already added white list Plugin in iOS
I have already added CSP in my index.html file
API are getting called in Safari Browser perfectly but not in simulator and real device.
Any help is appreciated.
I have Degraded ionic web view for ios and that worked for me.
I’m getting some strange log on console window while working on project. These are mentioned below :
nw_parameters_set_source_application Failed to convert from PID (0) to UUID. This could lead to wrong data usage accounting.
PAC Fetch failed with error [NSURLErrorDomain:-1003]
nw_proxy_resolver_create_parsed_array PAC evaluation error
I”ve checked below links but didn’t found any useful.
Link 1
Link 2
Note : I’m using Xcode 8.3.2 with iPhone 6 Plus device (iOS 10.3) and Swift 3 language in Project. It seems that there is no issue with this.
These logs appears all of sudden although there is no change in my code.
Most important thing is that my project is working as usual. So why I’m getting this issue?
Apart from this will there be an issue when app is uploaded on AppStore?
It's system logs that does not make sense in 99% cases. You should disable this logs in scheme settings
Click on scheme icon -> Edit Scheme -> Arguments -> Environment Variables
And add that variable:
Our app is currently crashing for all users on iOS 11. The app loads the splash screen and then hangs infinitely. This issue does not effect users not using iOS 11 and is not reproducible on the iOS 11 simulator.
The only clues we have for this issue are that when we inspect the code using Safari Developer Tools we can see that it is the plugins that are failing to load. This issue is not reproducible 100% of the time but it is about 98% of the time.
Here is the only error we see in Xcode:
[BoringSSL] Function nw_protocol_boringssl_input_finished: line 1389 Peer disconnected during the middle of a handshake. Sending errSSLFatalAlert(-9802) alert
TIC TCP Conn Failed [1:0x1c016b4c0]: 3:-9802 Err(-9802)
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
Task <F69566CA-B83A-4252-B2F2-DDB84A7AAFD3>.<1> HTTP load failed (error code: -1200 [3:-9802])
Task <F69566CA-B83A-4252-B2F2-DDB84A7AAFD3>.<1> finished with error - code: -1200
and here is a screenshot of how it looks when we debug in the browser: (all other resources off the screen load fine)
This error started occurring right after iOS 11 was released and we have not changed any code. Help would be greatly appreciated as this error appears to be coming from inside of Cordova.
Note: We are using Cordova 4.3.1 and tried updating to the latest but it made no difference.
The solution to our issue was to remove the plugin cordova-plugin-wkwebview-engine.
I recently have been experiencing this issue. I'm using the new CLI 9.0 and iOS 5.0. I actually removed the splashscreen plugin and it worked. And a side benefit is it is a heck of a lot faster too!
Today I decided to repackage, sign and publish my Android app to the Windows platform using the 'BlackBerry Packager for Android'. https://bdsc.webapps.blackberry.com/android/bpaa/app-signing-bar-creation
However it doesn't seem to work and I get the following error:
We're sorry, an error occurred while processing your request. The
information has been registered and we're working on getting this
fixed as soon as we can.
I have searched online and there seems to be no answer for this.
Has anyone experienced this issue or knows how I can resolve it?
Thanks a million,
Sarah.