Unable to upload custom apps on Teams
ShubhamAdmin
20
Reputation points
I have tried to upload the new app on apps using upload custom apps and manage apps.
I am getting the error unable to add apps in admin center. Other developers are not able to use the application on their device. application only runs on my device and with my credentials, no one is able to run the app.
In manifest file, i changed the id and package name with other values below -
"id": "{{APPLICATION_ID}}",
"version": "{{VERSION}}",
"packageName": "{{PACKAGE_NAME}}",
when the application starts, I get the error in console, attached in images.
Sign in to answer