NativeScript AppVersion getVersionName 移动应用版本号识别

程序名称:NativeScript AppVersion getVersionName

授权协议: MIT

操作系统: Android

开发语言: JavaScript

NativeScript AppVersion getVersionName 介绍

NativeScript AppVersion 可以获取应用的版本号。

iOS 可以从 *.plist 的 CFBundleShortVersionString 获取

Android 可以从 AndroidManifest.xml 的 versionName 获取

使用:

var appversion = require("nativescript-appversion");

getVersionName

 appversion.getVersionName().then(function(v) {
      console.log("Your app version is: " + v);
  })

NativeScript AppVersion getVersionName 官网

https://github.com/eddyverbruggen/nativescript-appversion

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...