The link navigates to a OneNote tab and is working fine in both browser Teams app and desktop Teams app, but it is not working in mobile Teams app.
The following shows the error in mobile.
I compared the links generated by OneNote in desktop and mobile Teams, they are different. I don't know why.
Any help is appreciated.
I have just tested this in Teams mobile and the OneNote is working for me in my mobile.
Steps to make it work:
Make sure on your phone you are using your company mail exchange is configured in outlook. I have tested this in Android 8.
On your Android phone- It doesnt matter which account you are using to login to your OneNote books. But when you click the onenote link from your teams app it will ask you to sign in. Try signing in to your work account.
Then if you close the onenote app and open it again. You can easily see the onenote book which you have created from the Teams.
Try the above steps and please let me know. Hope it helps
Related
Went through all of the documentation here: https://learn.microsoft.com/en-us/microsoftteams/platform/build-your-first-app/build-and-run and repeated it for the letter.
I could run the application Hello World on https://localhost:3000/Tab, but when I tried to sideload in the Teams, there was a problem.
I followed step by step what we need to do for sideloading the app in Teams and I gave the permission to upload personal application in Teams using my admin account. But when I opened the https://localhost:3000/Tab and click the bouton add for installing this app in Teams, Teams said: there is a problem.
Any help appreciated.
It's great that your issue got resolved by installing the app directly through App Studio.
But mostly there is some permission which might be missing and which was stopping you from sideloading the app.
I'm developing a Chatbot with Bot Framework (Nodejs), and connect to Microsoft Teams channel
I can remember I test bot in MS Teams mobile (Android), and it used to have attach image button, but now button is missing
--Note--
Only Ms Teams mobile (Android) in private chat with bot 1:1 channel the button is missing, but chat with person and iOS is nothing
--Image--
MS Teams Bot on iOS have upload image button (image)
MS Teams Bot on Android have no upload image button (image)
You must create a Teams app that has a manifest. The manifest will contain a setting to allow attachments.
You can easily do this by using the App Studio Teams app. You can select and use your existing bot during this creation process. Under step 2, Bots, and Existing Bot, you would select "My bot supports uploading and downloading files"
Edit:
Here is what you would see on Windows after connecting the bot and talking with it:
Here is what you would see after creating a Teams app and configuring it to support files:
I have created an app using Xamarin, and it works great on Testflight and Google Play beta-testing (I am not ready to launch completely yet, but nearly).
I need to know, how am I going to create the package for Windows Store (or what it is called?).
If you are developing a windows phone app, you should have a developer account.
Now if you are ready to publish (or even before) go to the Windows Dev Center and create a new app in there. There you can see the following steps to publish your app in the windows app store.
If you don´t know what your developer account is or you don´t have one, start here: https://developer.microsoft.com/en-us/windows
I have developed a windowsphone7 app, i used visual studio 2010 and WP7 SDK to develop that app, and i have a registered developer account.
Now the app is ready to upload in market place,i have the XAP file.
I goes through the app submitting process, at package upload step, it allows only the ".appxupload" file, but not the ".xap" file.
Can anybody guide me to upload my app xap file.
thanks in advance.
Windows 8 Store http://dev.windows.com requires .appxupload
Windows Phone Store http://dev.windowsphone.com requires .xap
If you have .xap and its asking for .appxupload, you are in the wrong store.
I believe the actual XAP upload component still uses Silverlight (I always see the Silverlight loading animation appear when I upload). Try ensuring you have Silverlight installed and are using a browser that supports it.
You need to be using Internet Explorer with silverlight installed otherwise it just hangs and crashes. DONT use Chrome. It is a death sentence for app submission.
I have developed a windowsphone7 app, i used visual studio 2010 and WP7 SDK to develop that app, and i have a registered as developer account.
Now the app is ready to upload in market place,i have the XAP file.
But what the exact problem is i couldn't get the exact link where can upload my XAP file.
I tried with various search in internet, i can get the link to upload WP8 app but not WP7 app.
That's asking .appxupload file,can anybody give me the exact link, where i can upload my windowsphone7 app(XAP file).
thanks in advance.
Both WP8 and WP7 apps use the same dashboard. http://dev.windowsphone.com. When you upload your xap to the website, it detects and determines which device you are targeting.
i got the solution, actually my account don't have the "windows phone developer subscription" have only the "windows store developer subscription", i subscribed for windows phone developer subscription, and everything is fine now.I can upload my xap file.