bundleId property
Bundle identifier (CFBundleIdentifier) of the application.
The unique identifier for the application bundle. Must match the bundle identifier configured in App Store Connect and the application's Info.plist file.
Format: Reverse DNS notation Example: "com.example.myapp"
Implementation
final String? bundleId;