office-store

Office addin published failed because incomplete content “Authorizations” in “WebapplicationInfo”

China☆狼群 提交于 2019-12-10 00:03:21
问题 A week ago(7.9) we was publishing our office addin, and we uploaded our addin successfully. Today(7.16) we want to upload the same addin but get the follow error:enter image description here If we added the "Authorizations" node at the Visual Studio, VS won't take that element and it would display error message to state that it is an invalid child element. Please see screen shot So it looks like that there is no "Authorizations" attribute in the "WebapplicationInfo" referencing this link

XML Schema Violation Office Add-in manifests

无人久伴 提交于 2019-12-06 13:48:46
问题 I have an outlook add in manifest file. I can upload it into my addin through Outlook online successfully. However, when I upload to https://sellerdashboard.microsoft.com I get this error message: XML Schema Violation: Your manifest does not adhere to the current set of XML schema definitions for Office Add-in manifests. (link: https://aka.ms/add-in-manifest-schema-violation) - Details: The element 'WebApplicationInfo' in namespace 'http://schemas.microsoft.com/office/mailappversionoverrides

Office addin published failed because incomplete content “Authorizations” in “WebapplicationInfo”

泪湿孤枕 提交于 2019-12-04 21:35:12
A week ago(7.9) we was publishing our office addin, and we uploaded our addin successfully. Today(7.16) we want to upload the same addin but get the follow error: enter image description here If we added the "Authorizations" node at the Visual Studio, VS won't take that element and it would display error message to state that it is an invalid child element. Please see screen shot So it looks like that there is no "Authorizations" attribute in the "WebapplicationInfo" referencing this link https://dev.office.com/reference/add-ins/manifest/webapplicationinfo . and we are uploading the same add

Continuing issues uploading Word add-in project manifest to AppSource

无人久伴 提交于 2019-12-02 20:26:46
问题 I'm going to create another question here because this is the only way I've been able to get meaningful responses from the Microsoft Office support team. Please see this question for the last question on this subject I asked, the response, and my questions in response to the response (which have yet to be answered.) I'm trying to upload an existing Word add-in project to App Source. There is currently a submission for an app which we've created, existing here: When I click 'continue

Continuing issues uploading Word add-in project manifest to AppSource

故事扮演 提交于 2019-12-02 09:44:43
I'm going to create another question here because this is the only way I've been able to get meaningful responses from the Microsoft Office support team. Please see this question for the last question on this subject I asked, the response, and my questions in response to the response (which have yet to be answered.) I'm trying to upload an existing Word add-in project to App Source. There is currently a submission for an app which we've created, existing here: When I click 'continue submission' I see the following: When I click into 'Packages' I see the following: At no point am I prompted to,

Outlook web add-in manifest change to support mobile devices (mobileFormFactor) installation fails

喜夏-厌秋 提交于 2019-12-01 13:55:29
I'm trying to enable outlook web add-in for mobile by making below changes in manifest file but the installation fails and throws below error. Error Message: Manifest file: <?xml version="1.0" encoding="UTF-8"?> <!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8--> <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp"> <!-- Begin Basic Settings: Add-in

Outlook web add-in manifest change to support mobile devices (mobileFormFactor) installation fails

无人久伴 提交于 2019-12-01 13:39:07
问题 I'm trying to enable outlook web add-in for mobile by making below changes in manifest file but the installation fails and throws below error. Error Message: Manifest file: <?xml version="1.0" encoding="UTF-8"?> <!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8--> <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas

How to specify exact version of Office.js used?

纵然是瞬间 提交于 2019-12-01 11:44:41
问题 We're running an Outlook add-in and it looks like Microsoft have updated the version of Office.js from 16.00 to 16.01 : outlook:{ios:"16.00",mac:"16.00",web:"16.01",win32:"16.02"} (via https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js) One of the changes looks to be additional verification to the abstraction of postMessage ensuring that the domain (including subdomain) of the child / parent are the same. Because we host our add-in and central auth server on different subdomains and