Skip to content

Latest commit

 

History

History
110 lines (63 loc) · 2.02 KB

File metadata and controls

110 lines (63 loc) · 2.02 KB

Cordova Plugin Ionic

Interface: IAppInfo

Information about the application.

Hierarchy

IAppInfo

Index

Properties


Properties

binaryVersionCode

● binaryVersionCode: string | number

The versionCode on Android or CFBundleVersion on iOS this should be changed every time you do a new build debug or otherwise.


binaryVersionName

● binaryVersionName: string

The versionName on Android or CFBundleShortVersionString on iOS this is the end user readable version listed on the stores.


bundleName

● bundleName: string

The bundle name.


bundleVersion

● bundleVersion: string

deprecated: The versionName on Android or CFBundleShortVersionString on iOS this is the end user readable version listed on the stores.


dataDirectory

● dataDirectory: string

Directory where the snapshots are stored


device

● device: string

A generated device ID (NOT a native device ID)


platform

● platform: "ios" | "android"

The platform that the app is currently installed on.


platformVersion

● platformVersion: string

The version of the native platform.


version

● version: string

deprecated: The versionCode on Android or CFBundleVersion on iOS this should be changed every time you do a new build debug or otherwise.