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.
Related
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
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.
Good day...
When make changes to APK when the application is alreay in Play store Or App store, how to make the Version Code & Version name in codenameone like "menifest file" as well so that existing users will receive our update.
Right click the project and there is general properties under codenameone tab as shown below image and update version(eg: 1.1) and this will code version and the play store and app store will show update button
Prior to Windows Phone 8.1 version we have abilty to open picture from picture hub using App Connect from Picture Hub (apps... link when open specific picture in picture viewer).
How to open picture from 3rd party app in WP 8.1 Silverlight app?
I upgrade project to Silverlight 8.1 but I don't get my app in a list with edit options.
Anyone?
In order to register for Edit picker, your app needs to declare the following extension in WMAppManifest
<Extension ExtensionName="Photos_Extra_Image_Editor"
ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}"
TaskID="_default" />
More info can be found on MSDN.
I had a similar but not exactly the same problem. I made an app for wp8 silverlight. The app appeared in the edit list for photos or images.
When I upgraded the project to wp81 my app appeared in the edit list but it wasn't called. It just happend nothing.
I found this comment on social.msdn.microoft.com:
"After updating to the new developer preview (8.10.14147.180) this problem is gone on my phone. It is of course still there in my emulator since it isn't updated (8.10.12358.1191). So the question now is when I can release the WP8.1 specific version of my app, since this functionality is a rather central part of it..."
and I can confirm this.
On my emulator it does not work (OS Version 8.10.12358.1191) but on my device (OS Version 8.10.14147.180) it works.
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.