No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to check android app version in user end

    Help
    2
    2
    219
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      arkaprova last edited by

      I would like to know the current android app version for a user. In ionic we can do this by below steps.

      Install the Cordova and Ionic Native plugins:

      $ ionic cordova plugin add cordova-plugin-app-version
      $ npm install --save @ionic-native/app-version@4
      

      Usage :

      import { AppVersion } from '@ionic-native/app-version';
      
      constructor(private appVersion: AppVersion) { }
      
      ...
      
      
      this.appVersion.getAppName();
      this.appVersion.getPackageName();
      this.appVersion.getVersionCode();
      this.appVersion.getVersionNumber();
      

      Is there any way to check this info in Quaser Framework ?

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @arkaprova last edited by metalsadman

        @arkaprova inside your /src-cordova run cordova cli to add your plugin.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post