Teams activity feed notification click not working in iPhone and Android

Thomas, George 1 Reputation point
2022-11-09T05:21:34.97+00:00

I tried to send a teams activity feed notification using Graph API to open my custom app in teams which is already installed. If i click the notification in Windows teams desktop app it is navigating correctly and opening the application, but for android and iOS the behaviour is different

iOS:-

While i click the notification, nothing happens. Is there a way to debug whats happening.

Android:-

In android it shows "The app may require approval from IT admin or is unsupported on this device"
258646-microsoftteams-image-9.png

API DETAILS

https://graph.microsoft.com/v1.0/teamwork/sendActivityNotificationToRecipients  
  
{  
    "topic": {  
        "source": "entityUrl",  
        "value": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/<appId>"  
    },  
    "activityType": "notification",  
    "previewText": {  
        "content": "Test Notification"  
    },  
    "recipients": [  
     {  
         "@odata.type": "microsoft.graph.aadUserNotificationRecipient",  
         "userId": "****"  
     },  
        {  
         "@odata.type": "microsoft.graph.aadUserNotificationRecipient",  
         "userId": "*****"  
     }  
    ]  
}  
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,426 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,443 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.
3,389 questions
{count} votes

Your answer

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