1
votes

I know there is a possibility to build an app library in SharePoint for all users on that Office 365 tenant. But some customers do not use an Offie365 tenant at all, and not all add-ins are suitable for store distribution. What are the alternatives?

2

2 Answers

0
votes

There a re basically four options indeed. There are the two you've mentioned: the SharePoint library and the Office store. But other than that there are two other ones as well. In the new Admin Center preview for Office 365 you can distribute add-ins to all users in a tenant (this is actually very similar to the SharePoint catalog). On top of that, there is the ability to sideload which is different for the different clients:

  • On an iPad you can sideload add-ins through iTunes.
  • On the Office web clients you can (since recently) upload your manifest directly in the add-in dialogue.
  • On the Office desktop Clients (except for Outlook) you can put your manifests on a share and add this share to your trusted catalog (see here).

Hope this helps.

0
votes

From the several post on Stack Overflow, it seems you were developing Office add-in.

Payment options for Office add-ins in the Office store

Login into Office 365 tenant from within Office add-in without pop-up

You can use one of several methods to deploy your Office Add-in for testing or distribution to users:

Sideloading - Use as part of your development process to test your add-in running on Windows, Office Online, iPad, or Mac.

SharePoint catalog - Use as part of your development process to test your add-in, or to distribute your add-in to users in your organization.

Office 365 admin center preview - Use to distribute your add-in to users in your organization.

Office Store - Use to distribute your add-in publicly to users.

And here is an helpful article about deploy Office add-in: