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?

Microsoft 365 and Office | Development | Other
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.