Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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:
No Distribution: I am not including AdWindows.dll in my installer (using ExcludeAssets="runtime").
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?
Solved! Go to Solution.