Actionable Message AdaptiveCard 1.0 Works on Windows Outlook, Android Outlook, not on IOS Outlook

Pete Hicks 0 Reputation points
2024-04-10T15:52:51.5966667+00:00
{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "type": "AdaptiveCard",
  "originator": "my secret not sharing",
  "version": "1.4",
  "body": [
    {
      "type": "TextBlock",
      "id": "90451e68-1bc7-385b-93f3-eaf1384e282a",
      "text": "HELLO IOS",
      "wrap": true,
      "weight": "Bolder",
      "size": "ExtraLarge"
    }
  ],
  "padding": "None"
}

The following will not display on our User's IOS devices upgraded to the latest 4.24 version of Outlook for IOS - 4.2412.0. The documentation here says that it supported on version 4.34 (Which does not exist) https://learn.microsoft.com/en-us/outlook/actionable-messages/ . We have significant amount of time invested in leveraging these tools. Please help me understand what would cause this not to work on the software across IOS devices?

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,506 questions
{count} votes