Class IOSKeySettings (1.1.2)

IOSKeySettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Settings specific to keys that can be used by iOS apps. .. attribute:: allow_all_bundle_ids

If set to true, it means allowed_bundle_ids will not be enforced.

:type: bool

Attribute

NameDescription
allowed_bundle_ids Sequence[str]
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'