Feb 08 2022 04:44 AM - edited Feb 09 2022 11:38 PM
Update: Fixed!
Issue: No notifications from Teams on iOS.
Root cause: A recent update to notification services contained a code regression that caused impact to users with the Microsoft Intune 'Block Org Data' setting enabled.
MAM (Protection): Is set to "Org data notifications -> Block org Data"
Further testing:
Speculation:
It seems that the latest version of Teams on iOS has broken something with Notifications, the MAM policies have not changed during this period and the 3.22 version was still able to operate as expected. I am not a developer but there may be something that changed in the Notification Policy implementation?
// IntuneMAMNotificationPolicyAllow - All notifications for the managed user should be allowed
// IntuneMAMNotificationPolicyBlockOrgData - Only static notifications without specific details
// should be shown for the managed user e.g. "You've got mail" or "You have a meeting".
// IntuneMAMNotificationPolicyBlock - All notifications for the managed user should be suppressed.
typedef NS_ENUM(NSInteger, IntuneMAMNotificationPolicy)
{
IntuneMAMNotificationPolicyAllow = 0,
IntuneMAMNotificationPolicyBlockOrgData = 1,
IntuneMAMNotificationPolicyBlock = 2,
};
Workarounds:
Disabling the MAM Application Protection policy Notification component, but other than that no other workarounds as far as I know.
Feb 08 2022 05:10 AM
SolutionFeb 08 2022 05:18 AM
Feb 08 2022 05:35 AM - edited Feb 08 2022 05:36 AM
I opened a support case... so its not available public information.
Do you know whats funny
-Opening teams on android gives you notification with that same account
-Enrolling a total new ios device with your user account doesn't work
-Enrolling that same device with a total different account from another tenant WORKS :)
I have the same issue on my iPhone my work account Email address removed is giving issues but if I log out and log in with my Email address removed account, everything works :)
It started happening after restoring my backup on a my new iphone
Feb 09 2022 11:35 PM - edited Feb 09 2022 11:36 PM
February 10, 2022 7:14 AM
Title: Users don't receive banner, lock screen, and notification center notifications for Microsoft Teams on iOS
User Impact: Users didn't receive banner, lock screen, and notification center notifications for Microsoft Teams on iOS.
More info: Badges that appear on application logos were still working as expected.
Final status: We've completed the deployment and have confirmed via internal testing that impact is remediated.
Scope of impact: Impact was specific to users on the Microsoft Teams iOS app with the Microsoft Intune 'Block Org Data' setting enabled.
Start time: Saturday, January 29, 2022, 2:00 AM (12:00 AM UTC)
End time: Thursday, February 10, 2022, 12:00 AM (2/9/2022, 10:00 PM UTC)
Root cause: A recent update to notification services contained a code regression that caused impact to users with the Microsoft Intune 'Block Org Data' setting enabled.
Next steps:
- We're further investigating the details of the recent notification services update which contained the code regression to ensure that impact such as this does not occur in the future.
This is the final update for the event.