allowedBundleIds property

List<String>? allowedBundleIds
getter/setter pair

iOS bundle ids of apps allowed to use the key.

Example: 'com.companyname.productname.appname'

Optional.

Implementation

core.List<core.String>? allowedBundleIds;