Information about the application.
IAppInfo
- binaryVersionCode
- binaryVersionName
- bundleName
- bundleVersion
- dataDirectory
- device
- platform
- platformVersion
- version
● 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: string
The versionName on Android or CFBundleShortVersionString on iOS this is the end user readable version listed on the stores.
● bundleName: string
The bundle name.
● bundleVersion: string
deprecated: The versionName on Android or CFBundleShortVersionString on iOS this is the end user readable version listed on the stores.
● dataDirectory: string
Directory where the snapshots are stored
● device: string
A generated device ID (NOT a native device ID)
● platform: "ios" | "android"
The platform that the app is currently installed on.
● platformVersion: string
The version of the native platform.
● 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.