AppInfo.PackageName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the application package name or identifier.
public static string PackageName { get; }
Property Value
System.String
The package name or identifier.
Remarks
On Android and iOS, this is the application package name. On UWP, this is the application GUID.