HOWTO: Debug within Teams mobile app on iOS? #10218
Replies: 3 comments 1 reply
-
Hey @VanessaRussell Do you see any errors while running your app in iOS? Also looping @XiaofuHuang to help further. |
Beta Was this translation helpful? Give feedback.
-
Hi @VanessaRussell, if the app doesn't work on iOS, we have unfortunately no native way to debug it (attach to the iPhone using a USB cable from a Mac for instance). The only way you have is to use a tool like Vorlon.js: https://www.vorlonjs.com/, you can check some videos I did demonstrating how to debug the app running on iOS with Vorlon.js such as: https://youtu.be/77u73mD9MKE?si=wIrlyEY7m9yIHVh3&t=2789 |
Beta Was this translation helpful? Give feedback.
-
You can reset app data in iOS using two methods:
|
Beta Was this translation helpful? Give feedback.
-
I have a Teams Tab app that successfully works within Teams Web and Teams Desktop; however, for an unknown reason it is not working correctly within Teams Mobile (iOS). Where do I even start on trying to debug my app within the Teams Mobile app?
I found this Learn Article: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/debug-mobile?tabs=vscode%2Cios1%2Cios2#test-your-tab-app-on-mobile-client but, it is very light on details beyond ensuring that the app data is reset.
Am I overlooking a published guide somewhere other than that Learn Article?
Beta Was this translation helpful? Give feedback.
All reactions