intune-app-sdk-xamarin icon indicating copy to clipboard operation
intune-app-sdk-xamarin copied to clipboard

Help with error: the operation couldn’t be completed. (com.microsoft.commonlib.httpconnector error 603)

Open miguelweiss opened this issue 2 years ago • 3 comments

The issue is related with the registering and enrolling account process in an iOS application.

We are working on an iOS Xamarin based application using iOS 15.3.1 for iPhone. Building with Xcode 13.3, using MSAL authentication with Microsoft.Identity.Client 4.43.1 Nuget package and using the Microsoft.Intune.MAM.Xamarin.iOS 15.3.0.1 Nuget package.

When we call the IntuneMAMEnrollmentManager.Instance.RegisterAndEnrollAccount(string identity) for enrolling an account, then in the public virtual void EnrollmentRequestWithStatus (IntuneMAMEnrollmentStatus status) method we are capturing an IntuneMAMEnrollmentStatus object with the: 1- "Error = The operation couldn’t be completed. (com.microsoft.commonlib.httpconnector error 603)". 2- "StatusCode = MamEnrollmentStatusEnrollmentEndPointNetworkFailure)".

Check the below image for details:

image

In the Entitlements.plist file we have the following:

image

Any ideas what can cause an "The operation couldn’t be completed. (com.microsoft.commonlib.httpconnector error 603)" error?

Thank you very much.

miguelweiss avatar Apr 22 '22 13:04 miguelweiss