This package has been deprecated, and is not being maintained by MSFT anymore.
This library helps you retrieve the most frequently extracted metadata and icons within iOS, Android and UWP applications.
import { Extract } from 'app-metadata'; let results = await Extract.run(pathName); The library will return the information most relevant for the supported platforms. For a better understanding of the details retrieved refer to the tables below.
Supported extension: .ipa | Property | Description |
|---|---|
| icon | |
| iconName | |
| languages | Array of language strings compiled from .lproj files |
| hasProvisioning | Should always be true since IPA will contain a provisioning profile |
| appex_provisioning_profiles | Array of all other provisioning profiles included in the metadata |
| Property | Description |
|---|---|
| displayName | CFBundleDisplayName (The user-visible name of the bundle) or CFBundleName (short bundle name) |
| uniqueIdentifier | CFBundleIdentifier (reverse DNS that identifies a project by concatenating the company identifier with the product name) |
| version | CFBundleShortVersionString (The release-version-number string for the bundle) |
| buildVersion | CFBundleVersion (The build-version-number string for the bundle) |
| executableName | CFBundleExecutable (Name of the bundle’s executable file) |
| minimumOsVersion | MinimumOSVersion or LSMinimumSystemVersion |
| deviceFamily | UIdeviceFamily |
| Property | Description |
|---|---|
| pathName | Path of the provisioning profile from inside of the IPA |
| mobileProvisionFileContent | Provisioning profile content |
| teamIdentifier | Entitlements[“com.apple.developer.team-identifier”] |
| profileType | If data.ProvisionedDevices exists, “adhoc”. Otherwise “enterprise” |
| expiredAt | expired_at or ExpirationDate |
| idName | AppIDName |
| name | Name |
| UniqueDeviceIdentifierList | ProvisionedDevices |
| deviceFamily | Platform |
For more information click here.
Imagine if you had a super-powered assistant who could automatically handle all the boring, repetitive…
Managing files efficiently is a core skill for anyone working in Linux, whether you're a…
Open ports act as communication endpoints between your Linux system and the outside world. Every…
Introduction In today’s cyber threat landscape, protecting endpoints such as computers, smartphones, and tablets from…
Introduction In today's fast-paced cybersecurity landscape, incident response is critical to protecting businesses from cyberattacks.…
Artificial Intelligence (AI) is changing how industries operate, automating processes, and driving new innovations. However,…