Forum Discussion
Custom Teams App not loading under macOS
besch415 I'm experiencing a similar issue. Did you manage to solve yours?
nautalis - Could you please let us know if it is happening in Teams Classic or New Teams? Also, if it's happening in Teams desktop or web client? Please do share the manifest file as well which you are using.
- nautalisNov 10, 2023Copper Contributor
Prasad_Das-MSFT The issue is happening on both Teams Classic and New Teams on all deployed macOS laptops. The custom Teams app works fine through web client on macOS. The custom app is installed via app policy. The custom app does not present any error windows, messages, or feedback. When clicking on the custom app, all the user sees is a blank white screen in the right-hand pane. What the user should see is the organization's intranet SharePoint site.
- Prasad_Das-MSFTFeb 22, 2024
Microsoft
nautalis , besch415 - We got update from engineering team that "SharePoint hosted apps must use TeamsLogon.aspx and correctly configure the webApplicationInfo section in the manifest in order to handle authentication correctly." There is a great blog post explaining that here:
https://bob1german.com/2020/01/06/teams-apps-with-sharepoint1/It should be important to note that these types of custom wrappers around SharePoint are not officially supported. The only supported way to integrate SharePoint content into Teams is either via one of the built in apps like Viva Connections, SharePoint, SharePoint Pages, Lists, etc. as documented here:
https://learn.microsoft.com/en-us/viva/connections/edit-viva-home
https://support.microsoft.com/en-us/office/add-a-sharepoint-page-list-or-document-library-as-a-tab-in-teams-131edef1-455f-4c67-a8ce-efa2ebf25f0b#:~:text=Add%20a%20document%20library%20as%20a%20tab%20from,you%27ve%20added%20this%20tab.%205%205.%20Select%20Save.
Or using the SPFx framework:
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/integrate-with-teams-introductionThanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Prasad_Das-MSFTNov 21, 2023
Microsoft
nautalis - We are able to repro this issue. We have raised a bug for the same. We will inform you once we get any further update from engineering team. Thanks!