Skip to content

iOS: Reconsider usage of bundle identifier #436

Description

@nodh

Using the bundle identifier for keys stored in the iOS keychain prevents sharing keys between the app and an extension (e.g. for DCAPI) because the two callers do not share the same bundle identifier. Even using https://developer.apple.com/documentation/security/sharing-access-to-keychain-items-among-a-collection-of-apps doesn't help then.

val bundleId = NSBundle.mainBundle.bundleIdentifier

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions