About 10,800,000 results
Open links in new tab
  1. How can you get the build/version number of your Android …

    I need to figure out how to get or make a build number for my Android application. I need the build number to display in the UI. Do I have to do something with AndroidManifest.xml?

  2. How to change Android version and code version number?

    237 How to change Android version and code version number Android Studio? I want to change apk file (app) on Google Play and I need to change Android version and code version number. …

  3. Trying to Display Current Canvas App Version on Screen

    May 26, 2023 · I'm making my first Power Apps canvas app, and am trying to have my start screen display the app's latest published version and associated date/time stamp. I'm using …

  4. How to specify the Microsoft.NetCore.App version in Visual Studio …

    Nov 13, 2024 · How to specify the Microsoft.NetCore.App version in Visual Studio 2022 Asked 1 year, 1 month ago Modified 7 months ago Viewed 798 times

  5. npm - How can I display the current app version from …

    Apr 21, 2021 · With create-react-app one could use process.env.REACT_APP_VERSION for this. Is there an equivalent in Vite?

  6. How to get app market version information from google play store?

    Dec 16, 2015 · How can I get the application version information from google play store for prompting the user for force/recommended an update of the application when play store …

  7. Force update of an Android app when a new version is available

    The best practice is to support old versions - especially for Android devices, because a forced update block on an Android app sends users to Google Play app, which is notorious for …

  8. How do I get the App version and build number using Swift?

    I have an IOS app with an Azure back-end, and would like to log certain events, like logins and which versions of the app users are running. How can I return the version and build number …

  9. Is there a way to get the version from the 'package.json' file in …

    Aug 15, 2020 · Is it more important to get the version of Node or the version declared in package.json? If the form, this will give you the running version: console.log(process.version)

  10. how set field app-version in helm3 chart? - Stack Overflow

    Nov 2, 2021 · I udgrade my spring application in k8s use helm. I have default chart and use command upgrade my-app my-app-chart --atomic --set image.tag=123 in dir my-app-chart i …