I have an application that is always in offline mode (I'm only syncing data back and forth to the server if I have an internet connection).
It works perfectly with the exception of when I make changes the app, recompile it, move the files to the server, and update the manifest file. When I do this, the ManagedResourceStore is detecting the version change in the manifest file, downloads the changed files listed in the manifest file, updating the localstore successfully...but it does not serve the newly downloaded files unless I restart or refresh the application. Is there a way to force the localstore to use the new files without restarting or refreshing the app? Thanks...
