I am developing an Office add-in that will connect to a server on the local network so clients can easily integrate into our software from the Office Suite.
But, I am having issues with getting the Icon to show up in desktop programs (it shows up fine in Office 365 [online stuff]).
Each XML file needs to be generate for each customer (since the website is on the local network--not a static domain).
Here is the generated XML for Outlook: https://gist.github.com/mwrouse/b9e1663b18d1b6830d3466acfedee20b
Am I missing something somewhere? The icons are actually on the internet (onlinedomain.com), while the rest of it is on a local server.
Add-ins are being sideloaded since we are unable to place them in the Office store.
Can anyone help me out to as why the icons are not showing up in the ribbon bar? I'm getting the default icon with the blue hexagons.
The Icon shows up in the "My Add-ins" menu, or whatever it is called in each program. However, it is just missing on the ribbon bar.