Skip to content

Commit 96475bf

Browse files
committed
updated FAQ
1 parent dce435d commit 96475bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/sp-add-ins/add-ins-and-azure-acs-retirements-faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,18 @@ If your SharePoint Hosted Add-In is storing data in its app web, then that's som
3434
> [!Important]
3535
> It's important you retrieve the data **before** you uninstall the SharePoint Add-In, because the app web is deleted when you uninstall the Add-In. In case you've accidentally deleted the Add-In, you can restore it from the recycle bin, which will also restore the Add-In's app web.
3636
37+
## Can SharePoint Online users still acquire my Add-In from the public marketplace after July 1st?
38+
39+
Users will still be able to browse your Add-In in the public marketplace (https://appsource.microsoft.com/), but when using the "Get it now" button the SharePoint Online user will see a message stating that Add-Ins are retired with a button that redirects the user to the Add-In vendor's site. Installing an Add-In via the public marketplace will not be possible anymore as of July 1st 2024.
40+
3741
## Can I still use my Add-In on SharePoint on-premises?
3842

3943
SharePoint Add-Ins in SharePoint on-premises are not retired and will continue to work after April 2026 when deployed using a SharePoint on-premises app catalog. But acquiring them from the SharePoint Store/public marketplace will not be possible after April 2026.
4044

45+
## Can I, as Add-In vendor, still update my Add-In?
46+
47+
Yes, as Add-In vendor you can still submit updated versions of your Add-In via Partner Center as you might need to patch an issue.
48+
4149
## My Add-In is used for both SharePoint Online and SharePoint on-premises; what do you advise?
4250

4351
SharePoint Online is continuously being updated and getting new and updated features, whereas SharePoint on-premises follows a much slower release cadence. This means that on-premises SharePoint doesn't support the latest SharePoint Framework version, or the latest features. If you want to continue to maintain a single codebase, you'll need to use an SPFx version that's also supported for your target SharePoint on-premises environment, which will limit the options for your SharePoint Online solution. An alternative approach is to build and maintain two versions of your SPFx application, one for SharePoint Online and one for SharePoint on-premises, and use shared code where possible to maximize code reuse.

0 commit comments

Comments
 (0)