
I have an app that uses environment variables to reference a SharePoint site and a list on that site. This app is developed in a Dev environment and then exported to a Prod environment in a managed solution. I need some help understanding how changing the value of the environment variables in the production environment will impact the app in the managed solution.
These are the steps I followed and the behavior I have observed:
So far this is as I would expect. Next I did this:
I have verified that the latest version of the app is the published version and I have tried restarting my browser session but still can't get the apps to correctly reference the development sites when played. I am totally baffled by this behavior and would like some help understanding what is happening and how to change environment variables so that they impact managed solutions as expected.