wpf application does not check for updates when installing - wpf

I have a WPF application which is running for few months now, i updated some code today and published it to server .Now when my client tries to hit the url to download or clicks the application shortcut in desktop a previous version which was deployed few months ago runs and the latest code is not updated .In my project ,properites ->publish settings->Updates .I have selected the option "the application should check for updates " .Please find below the image containing the settings.

I found the solution ,we have to set "specify a minimum required version for the application" to the latest one

Related

Tapping the deep link always redirects to the App Store

I implemented Appsflyer OneLink with my cordova(Ionic)application and for android everything works fine.
In iOS, when i run the application directly to the device from Xcode and when i click on a link it opens the application.
But i uploaded the ipa file to Hockeyapp and then downloaded the application and installed and then again i clicked on the link but it redirects to the appstore.
i have added associated domains as well as i doubled checked the team ID as well as other configurations(Universal Links) and they all are according to the documentation.
Any idea about the issue that i am facing here?
If the application does not open as a result of clicking the deep-link in a "Universal Links" scenario, it could be one of the following issues:
When releasing to HockyApp some credentials that are used by the Universal Link are broken - it could be the Bundle ID or the Development Team Prefix.
You can check the credentials available on https://your-defined-subdomain.onelink.me/apple-app-site-associations and compare them to the entitlements set in the HockyApp build.
There is a known "development bug" with Universal Link, which sometimes forces an uninstall of any previous version of the Application, in order for the Universal Link to function properly.
If the issue still persists, you can always open a support ticket with support#appsflyer.com and share more information that could help with debugging this.

Change windows phone 8.1 app version while publishing

I had created an app using AppStudion and later modified it. After completion I had published it on windows phone store, but it display the app version as 2014.1012.1035.4168. I want to change it to something like 1.1.0.3, but it won't let me do it.
The input fields are disabled for changing app version are disabled.
I have changed the version to 1.1.0.3 in package.appmanifest also
What am I doing wrong?
The strange version stands for appx bundle and you cannot edit it - it's created by the Store.
The app after submission should show up with correct version depending on the device.
Here is also reference to Rob Caplan's answer.
For sure the correct version will be after you install the app - get your App ID from Package.ID it will be 1.1.0.3.

IntelliJ automatic updating of jsp files in GAE module stops working with server parameters --address=0.0.0.0

I have a GAE module on IntelliJ and when I after I edit the jsp files in it I can just go to the web browser, hit refresh and the changes show up. The other day I needed to access this from a different computer so I added --address=0.0.0.0 to the server parameters and after that changes to the jsp stopped showing up on the browser until I did a server restart. I removed the option and it started working again. Added it again and it stopped working, repeated several times, always the same result.
So how I can access the server from another computer yet have the ability to make changes and have those changes show up on the web browser without a server restart?
I am using an exploded war, and I have "update classes and resources" on both "on update" and "on frame deactivation".
This is with IntelliJ 13 on OSX 10.9
Thanks.
There are two ways to make iDEA update the runtime project:
Automatic via on frame deactivation, which means that IDEA updates project when you switch to another app (usually browser), i.e. when IDEA looses window focus. This works "automagically" while you test on the same computer, because you usually switch between IDEA and browser (or mobile emulator).
Manually via on update, which requires you to manually click the update button (the green circular arrows) in IDEA inside the running project pane.

update notification in WP app

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?
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.

How to know that your Microsoft ClickOnce app will apply an update on next start?

I have a C# WPF based app deployed via ClickOnce and I have the Updates setting to "After the application starts" set. This works as stated that when an update is available on first open after update released it will check after the app starts and then on the next open it will apply the update.
What I would like to know is how can I programmatically know that this will occur and that on the next launch an update will be applied? I want to show an indicator in the application to let the user know that there is an update waiting to be applied and that they need to restart. Similar to what chrome does in with the up arrow showing on the wrench icon.
Gesh, 5 minutes after posting the question I eventually stumbled on this MSDN article:
http://msdn.microsoft.com/en-us/library/ms404263.aspx
It shows how to do this and other things within your app related to ClickOnce.

Resources