I needed to support keychain groups to allow the use of this tool in an that has a Share Extension. This way both the main app and the share extension can use the same passcode.
For this I needed to change the queries to use SSKeychainQuery's instead of the convenience methods in SSKeychain. Using this allows access to the accessGroup property which is used to specify the keychain group.
I needed to support keychain groups to allow the use of this tool in an that has a Share Extension. This way both the main app and the share extension can use the same passcode.
For this I needed to change the queries to use SSKeychainQuery's instead of the convenience methods in SSKeychain. Using this allows access to the accessGroup property which is used to specify the keychain group.