移动应用版本号识别 NativeScript AppVersion

码农软件 · 软件分类 · NativeScript 插件 · 2019-04-29 12:57:03

软件介绍

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

iOS 可以从 *.plistCFBundleShortVersionString 获取

Android 可以从  AndroidManifest.xmlversionName 获取

使用:

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

getVersionName

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

本文地址:https://www.codercto.com/soft/d/4640.html

Practical Vim, Second Edition

Practical Vim, Second Edition

Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00

Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need an......一起来看看 《Practical Vim, Second Edition》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具