MS Teams integrated app on M365 mobile (iOS) - Something went wrong [2400] with webApplicationInfo section

Christian Moser 36 Reputation points
2024-03-11T19:01:04.2566667+00:00

We have developed a MS teams app (manifest version 1.13). When opening the app on M365 iOS, we get presented with following error message. This only seems to happen on M365 iOS, it works for Android and also on all the other Microsoft Mobile apps.

This [2400] also occurs if our teams app backend is not even running.

We figured out, that this behaviour is caused by having a "webApplicationInfo" section in the app manifest.json. Removing it, resolves the 2400 error.

"webApplicationInfo": {
    "id": "{{APPLICATION_ID}}",
    "resource": "api://{{APPLICATION_ID}}"
  }

We need this section to authenticate the teams app backend with MS GraphAPI.

Selecting "Cancel" will close this dialog and display the teams app as expected. The next time the app is opened, the error appears again.

We tried side loading the app and also an org rollout via setup policy.

Happy for support, this issue is currently blocking our teams app submission to the teams store, thank you!

Correlation Id: 5839f1db-e400-394c-be0b-ca9e5ebb7a5e
Timestamp: 2024-03-11T18:46:12.000Z
DPTI: D7F00B9A-86D2-4575-A6B9-388984D9C862
Error Tag: 49dvr
Error Code: 0

IMG_0806

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,649 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,963 questions
{count} votes