Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APM iOS Agent interrupt Miocrosoft Intune #200

Open
VivekKPatil opened this issue Dec 14, 2023 · 1 comment
Open

APM iOS Agent interrupt Miocrosoft Intune #200

VivekKPatil opened this issue Dec 14, 2023 · 1 comment

Comments

@VivekKPatil
Copy link

We had Microsoft intune with MSAL & MAM integrated in our application.
It work fine without APM iOS Agent.
But as soon as we added APM iOS Agent app started giving issues which are as follows:-

  1. Microsoft Sign In page coming again and again even after once signed in
  2. Whenever App launches Userdefaults.standad values are going to be vanished
@bryce-b
Copy link
Contributor

bryce-b commented Jan 2, 2024

I'm not familiar with Microsoft intune. Could you provide some more detail on how you are using it and provide some examples? This may be due to our networking instrumentation, can you try disabling the URLSession instrumentation by passing a InstrumentationConfiguration object to Agent.start()? It'll look something like this:

Agent.start(with: config, InstrumentationConfigBuilder().withURLSessionInstrumentation(false).build())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants