I have an addin A whose AddInInfo id starts with {368...} and addin B whose AddInInfo id starts with {5adb...}. I need these two addins to show up on the same group under the addins tab. Because addin A's AddInInfo id starts with a lower number, I created the group in addin A's daml and in addin B's daml, I set up updateGroup that refers to the group created in add in A.
When these addins are installed manually, the addins appear on the same group as expected. However, in order not to have to install all the add-ins manually, I added a folder in the 'add-in manager options' in ArcGIS Pro for pro to search for addins there on startup. When the addins are loaded from this well known folder, addin B doesn't show up on the group even though when I look in addin manager, it shows that both addins are installed meaning that it is indeed a group issue. It appears that the addin loading sequence is different when the addins are installed manually versus being installed automatically from the well known folder. How can I resolve this issue? @Wolf @UmaHarano