Reputation: 57
How do i make my app itself whenever there is a new version on the store? I have researched enough but nothing seem to have worked for me.. Help required! Thank you
Upvotes: 0
Views: 303
Reputation: 21919
Windows Phone 8.1 automatically updates apps, so this shouldn't be necessary any more for the general case.
If your app has a server component that requires the client be in sync then you can send the client version to the server to catch the case where users haven't yet upgraded.
Upvotes: 0
Reputation: 16361
I use this https://github.com/igorkulman/Kulman.WP8/blob/master/Kulman.WP8/Services/WindowsPhoneInformationService.cs, works for Windows Phone 8 and 8.1 Silverlight apps.
Upvotes: 1