Taeb Ali Khan
Taeb Ali Khan

Reputation: 57

How do I check if update for my Windows Phone App is available?

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

Answers (2)

Rob Caplan - MSFT
Rob Caplan - MSFT

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

Igor Kulman
Igor Kulman

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

Related Questions