문제

Is there a way when I am testing my own app (sideloaded to my phone), that I can treat my version as an update to my original application.

Lets say I'm going from 1.5 to 1.6 of my app. I want to use the exact same IsololatedStorage data that is in 1.5 with my new version (for testing). Is there a way to do this? In the past it just creates a new instance of my application and I would have 1.5 and 1.6 on my phone.

Anyway of doing this?

도움이 되었습니까?

해결책

How are you sideloading for testing? Deploying via VS/Blend or using the CoreCon API?

If using VS/Blend - you'll have to manipulate the contents of IsolatedStorage in code/debug.

If using CoreCon you can just upload the old version of the files to IsolatedStorage.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top