AppInfoTools - Extension to get app details like version code, version name, package name, install time, update time, and app name

🧩 AppInfoTools

An extension for MIT App Inventor 2.
Extension to get app details like version code, version name, package name, install time, update time, and app name

:memo: Specifications


:package: Package: nielchck.code.appinfotools
:floppy_disk: Size: 5.57 KB
:gear: Version: 1.0
:iphone: Minimum API Level: 7
:date: Updated On: 2025-04-13T17:00:00Z
:computer: Built & documented using: FAST v2.8.4

Methods:

AppInfoTools has total 6 methods.

GetVersionCode

Returns the version code of the current app
GetVersionCode_Method

  • Return type: number

GetVersionName

Returns the version name of the current app
GetVersionName_Method

  • Return type: text

GetPackageName

Returns the package name of the current app
GetPackageName_Method

  • Return type: text

GetFirstInstallTime

Returns the first install time of the current app in milliseconds since epoch
GetFirstInstallTime_Method

  • Return type: number

GetLastUpdateTime

Returns the last update time of the current app in milliseconds since epoch
GetLastUpdateTime_Method

  • Return type: number

GetAppLabel

Returns the app name displayed in the launcher
GetAppLabel_Method

  • Return type: text

Aia : appinfo.aia (8.2 KB)
extension : nielchck.code.appinfotools.aix (5.6 KB)

4 Likes