Skip to content Skip to sidebar Skip to footer

Cordova App Can't Connect With Dynamics NAV Web-Service (ODATA) After Update To IOS 10

We are developing an app with Cordova that syncs information with an ODATA Web-Service made available by a Microsoft Dynamics NAV 2013 Middle tier. Under Android there is no probl

Solution 1:

The problem seems to be a general one with iOS 10s handling of Digest Authentication, basically the same problem as described here: HTTP digest authentication fail due to wrong nonce-count in iOS 10

We opened a Bug with Apple.


Solution 2:

The problem was solved by Apple with the 10.2 Beta version. Connection with DIGEST Web Services is possible again.


Post a Comment for "Cordova App Can't Connect With Dynamics NAV Web-Service (ODATA) After Update To IOS 10"