microsoft teams
2 TopicsIntune Android: Shared Device mode Teams calls
I am currently testing the shared device mode, we would also like to use Teams calls on the devices (Samsung). It rings but the interface does not appear. I can't even accept a call in the app. Do you have the same problem? And how did you solve it? I have already added the following ‘apps’. com.samsung.android.incallui com.android.server.telecom com.samsung.android.app.telephonyui271Views0likes0CommentsSOLVED: No notifications from Teams on iOS (version 4.1.0 on iOS 15.3 with MAM)
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 "https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy-settings-ios#functionality" App version: 4.1.0 (100772022013102) latest from App Store (Jan 29, 2022) Intune SDK version: https://github.com/msintuneappsdk/ms-intune-app-sdk-ios/releases/tag/15.1.3 BundleID: com.microsoft.skype.teams Tested iOS version: iOS 15.4 & iOS 15.3 App version (last known working ): 3.22 (100772021224302) (Jan 18, 2022) Intune SDK version: unknown BundleID: com.microsoft.skype.teams.extshare Tested iOS version: iOS 15.3 Notes: Confirmed that after Teams app update the notifications no longer work. Further testing: App reinstall did not have any impact Device restart did not have any impact Re-authentication did not have any impact Notifications are enabled in Settings > Notifications > _ Teams > all default enabled Tested device was not on silent nor was Do Not Disturbed active Teams Notifications settings were enabled and the in-app notifications worked 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 https://docs.microsoft.com/en-us/mem/intune/developer/app-sdk-ios#notifications 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.Solved8.1KViews0likes4Comments