I am developing a library for Windows Phone 7. We want application developers to contact our library, but we want to be able to update functionality without requiring updating our client applications.
On other platforms, we do this with a Javascript interpreter. Sometimes we check if a new script is available. If we load it and cache it.
I know that Windows Phone 7 does not allow you to click on new code if it was not signed by Marketplace (it would be nice to be able to just pull out a new binary file). Is there any other option for the ability to run scripts on the client? Is there a better way to do this?
source
share