1
votes

Our attempt to publish the add-in was rejected with the following description

1220.2.1 Custom Functions Metadata Files It appears that custom functions HTML and Javascript metadata files are missing in your manifest.

Please notice that your offer must host all custom functions HTML, Javascript, and JSON metadata files on the same domain. Please update the location of the custom functions metadata files and re-submit your offer.

But we configured our Excel Add-in to use a shared JavaScript runtime according to documentation and the sample on OfficeDev gitlab repository.

Shared runtime link

GitLab link

All custom function are inside index.html. In the manifest, the resource is represented as <bt:Url id="SharedAddin.Url" DefaultValue="https://ourDomain.com/excel-plugin-js-version/" />.

In our manifest there is link to custom function metadata file (<bt:Url id="Functions.Metadata.Url" DefaultValue="https://ourDomain.com/excel-plugin-js-version/functions.json"/>).

All custom functions files are hosted on the same domain. The index.html file URL: https://ourDomain.com/excel-plugin-js-version/ and the functions metadata file URL: https://ourDomain.com/excel-plugin-js-version/functions.json.

Could somebody help us with the issue identification, please?

1

1 Answers

0
votes

You need to add corresponding contents based on the response. Please refer to the comment in Office-addin review testing notes 1220.4.1 :

Please open a Customer Support ticket instead http://aka.ms/marketplacepublishersupport 1. Browse topics Category: Commercial Marketplace 2. Topic: Certification issue 3. Next step: Review solution