Reputation: 93
I want create update notification in my wp app, that when I will publish new version my app in main screen displayed pop-up with text available new version.
How I can do it? Can I get data about last version my app from market?
Upvotes: 1
Views: 63
Reputation: 7112
See http://www.pedrolamas.com/2013/07/24/checking-for-updates-from-inside-a-windows-phone-app/ for code that checks if there is a newer version available. See http://dotnetbyexample.blogspot.com/2013/09/zero-lines-of-code-solution-for-in-app.html for easy integration in your app.
Upvotes: 2