Is placing a button on the "Modify" tab (via AdWindows) accepted for App Store submission?

Is placing a button on the "Modify" tab (via AdWindows) accepted for App Store submission?

abhishek_khatavakar
Explorer Explorer
595 Views
3 Replies
Message 1 of 4

Is placing a button on the "Modify" tab (via AdWindows) accepted for App Store submission?

abhishek_khatavakar
Explorer
Explorer

Hi everyone,

I am submitting a new plugin to the App Store and want to display a button on the Modify Tab for better UX. This requires referencing AdWindows.dll.

I know this is an internal API, so I have implemented these safety measures:

  1. No Distribution: I am not including AdWindows.dll in my installer (using ExcludeAssets="runtime").

  2. Fail-Safe: The UI code is wrapped in a try-catch block. If it fails or the API changes, the app silently falls back to the standard "Add-Ins" tab without crashing.

My Question: Does the App Store team accept plugins that use this specific AdWindows technique, provided the DLL is not distributed? Or is strictly rejected?

0 Likes
Accepted solutions (1)
596 Views
3 Replies
Replies (3)
Message 2 of 4

abhishek_khatavakar
Explorer
Explorer

I wanted to show it like this whenever I select CAD link in revit👇

0 Likes
Message 3 of 4

ricaun
Advisor
Advisor
Accepted solution

I have a plugin that add some shortcut in the Modify Tab and was accepted in the App Store. Don't think if App Store team care too much if your are using AdWindows or some other internal dll.

 

In my case I still have the panel in the ricaun Tab, and Modify Tab can be disable if the user wants. Because I know if all plugins add something in the Modify Tab gonna be a mess, the ability to disable/enable is a requirement in my plugins.

 

ricaun_0-1769176462838.png

 

Luiz Henrique Cassettari

ricaun.com - Revit API Developer

AppLoader EasyConduit WireInConduit ConduitMaterial CircuitName ElectricalUtils

Message 4 of 4

abhishek_khatavakar
Explorer
Explorer

Thanks a lot, That is exactly the confirmation I needed.

I have been following your YouTube tutorials for a while now, they have been incredibly helpful especially the UI customization parts.

 

I will definitely consider adding a toggle to disable the Modify tab shortcut in a future update to keep things clean for the user. For now, I am glad to know the AdWindows approach is accepted.

0 Likes