Ensure a purchased app is available in all site collections
I have purchased an app and need to make sure it s available in all site collections within a web application. Firstly I import the app package using the Import-SPAppPackage cmdlet: $spapp = Import-SPAppPackage -Path C:\MyApp.spapp -Site http://portal.lab.local -Source Marketplace Then…
SharePoint 2013 – prevent users from purchasing or installing apps from the SharePoint store
If you have created an app catalog, but don’t want users to be able to purchase or install apps from the SharePoint Store, this can be configured in a few simple steps: Log in to Central Administration as a farm…
SharePoint 2013 – "This page can’t be displayed" when clicking on an app
I have just created an App Catalog in SharePoint 2013 but after adding an app from the SharePoint store I tried to configure it and received the following message: This page can’t be displayed It turned out that I had…