Hello,
Our company developped a hosted app (apps for SharePoint 2013).
We need to give anonymous users the right to access it.
The Webapplication and the site collection + web on which the app is deployed is already set to allow anonymous access (and this part works)
I already tried to do this by powershell (as the UI doesn't allow you by default to edit web permissions of an hosted app web) but it didn't work. (the SPWeb serving as the hosted app web seems to inherit himself for permissions, weird).
Thanks for your help!
Cya