问题描述
在将Manifest发布到应用商店后是否可以添加自定义域?
Is it possible to add custom domain after publishing Manifest to app store?
旺旺:(我想添加新的发布appstore后的清单中的appdomain。)
Want : (I want to add new appdomain in manifest after publishing appstore.)
例如,我的清单文件包含以下appdomains
For e.g My Manifest file contain following appdomains
<AppDomains>
<AppDomain>https://login.windows.net</AppDomain>
<AppDomain>https://login.microsoftonline.com</AppDomain>
</AppDomains>
发布后
我想允许自定义域名为( https://login.customdomain.com )
I want to allowed custom domain for e.g (https://login.customdomain.com)
是否可以添加
<AppDomain>https://login.customdomain.com</AppDomain>
我想在Manifest中动态添加appdomain。
I want to add appdomain dynamically in Manifest.
任何关于此的帮助都将非常感谢!
Any help on this will be appreciate!
谢谢,Hardik Shah
Thanks, Hardik Shah
推荐答案
你指的是哪个自定义域名?我想你可以在< AppDomain>
What custom domain do you refer? I think you could add whatever domain you want in the <AppDomain>
但是,它是无法在Manifest中动态添加appdomain。
However, it is impossible to add appdomain dynamically in Manifest.
我认为你想在加载后编辑appdomain加入。这是不可能的,因为Office在读取清单后加载了加载项。由于您已将其发布到app store,要编辑appdomain,
我们只需要重新发布更新的清单。
I think you want to edit the appdomain after loading the add-in. It is impossible because Office loads the add-in after reading manifest. Since you have published it to app store, to edit the appdomain, we just need to republish the updated manifest.
问候,
Celeste
这篇关于如何在发布到商店后在办公室加载项清单文件中添加自定义域?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!