bundleId property

String? bundleId
getter/setter pair

The bundle id of the app where this file lives.

iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.

Implementation

core.String? bundleId;