Payment options for Office add-ins in the Office store

蓝咒 提交于 2019-12-11 05:57:18

问题


We want to develop an add-in for several of the Office applications, we want the end-user to pay for these add-ins. We're not sure how to go about licensing and payment options. There should be some limited options for payment in the Office Store, but how we would check licenses in that case is unclear to me. Would it also be possible (or rather: allowed) to have our own (or a third party) licensing and payment system in the add-in? What would generally be the best option here?


回答1:


Both options are valid. You can either make use of the payment services provided by the Office store or use your own that is secured with an account to login for example. To learn more about the Store provided options you should take a look at the Licensing Framework that helps you in generating and validating licenses using an API provided by Microsoft. More info on the pricing in general can be found here.



来源:https://stackoverflow.com/questions/38043924/payment-options-for-office-add-ins-in-the-office-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!