CFNetwork SSLHandshake failed (-9807) ios 10 for self signed certificate on web socket - ios10

The iOS app has a web application and being rendered on UIWebView. The web application is connecting via web socket. On iOS 9 and below, the web socket connection is working fine but not for iOS 10.
Getting this error:
CFNetwork SSLHandshake failed (-9807)

Related

TCP client connection timesout from iPhone but works in Xcode simulator

I have the server program running in one Linux virtual machine and client program running in Xcode in another virtual machine. The connection establishes successfully when run in a Xcode simulator but fails when deployed on device. My iPhone is not able to connect to the server from the app.

Itunes app store reject Smartface 4.5

I upload ios appstore app which is working with backend server getting info by Webclient and appstore rejected my app due to connection problem to backend serevrer as:
Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networks, as IPv6 compatibility is required.
Does any one knows about IpV6 compatibility of SMF 4.5?
Does any one meet problem after 1 June 2016 for IOS?

SignalR-ObjC iOS app does not communicate with the server when deployed through iTunes

I'm writing an iOS app which uses SignalR to communicate with a web server. I have created two clients for the web server, one is the iOS app, the other is an HTML client which I'm using for testing purposes.
I have two iPhone handsets which I'm using to test the iOS client. These are:
Handset a) The app was installed by debugging the app in XCode on the phone.
Handset b) The app was installed by creating an archive in XCode and installing it through iTunes.
The iOS app works correctly on handset a, but not on handset b. The HTML test client works correctly through the browser on both handsets.
Analysis of my web server logs shows that when handset b uses the iOS app, the web server does not pick up the initial connection at all, regardless of signal strength or length of time.
Is it possible that compiling the app into an archive through XCode is, in some way, not picking up the SignalR-ObjC libraries properly? Is there some other step that I haven't found in the SignalR-ObjC documentation?
It turns out that deploying to the phone via XCode deploys the Debug build, whereas deploying via iTunes deploys the Release build. For reasons I'm yet to work out, the libraries that I am using were not packaged properly in the Release build.

Sencha Touch Packaging for Apple Devices

When trying to load my sencha touch 2 test application to devices like iPhone and iPad, i receive the following error messages:
The application was successfully packaged
codesign_allocate: for architecture armv7 object: /Applications/XAMPP/xamppfiles/htdocs/build//testApp.app/stbuild_template malformed object (unknown load command 8)
../build//testApp.app: object file format invalid or unsuitable
Failed to execute system command while signing application with error 256
Failed to package application
I have created the appropriate provision certificates, apple id, .pem file and .p12 file; i have followed the instructions given on sencha's API website
I have also found Youtube videos explaining the process from start to finish and everything seems to work until the last step. I tried to google the error messages but the answers i received were not very explicit with a lot of "maybe"s
I am running Mac OSX version 10.6.8 with xcode version 4.0.2. Any concrete suggestions would be greatly appreciated as i have been on this for 2 days
thank you

iphone app distribution over the air with IIS 6.0

I want to distribute an iphone app over the air.
I follow the instruction to this link:
http://aaronparecki.com/How_to_Distribute_your_iOS_Apps_Over_the_Air
My web server is IIS 6.0. In the web server I
- added MIME Type (ipa & plist)
- share the Web Sharing where the .plist file was
- full control to security access of the manifest .plist file
When I clicl to the link
itms-services://?action=download-manifest&url=http://mydomain.com/test/myApp.plist
from my iphone I have the following error
"cannot connect www.mywebsite.com"
Any idea?