Open jorgegvallejo opened 2 years ago
Alright, I got it to work in IOS by adding the Keychain Sharing entitlement to both the main app and the app extension.
Hi @jorgegvallejo. Hope you are doing well. I am using NotififcationServiceExtension. Could you provide me any example how to get value from KeyChain in AppExtension? Because when I dive in this package, for setItem, there is not any group in this package.. Thanks.
Is it possible to share the encrypted storage (Keychain/EncryptedSharedPreferences) with app extensions?
So far I've only tried with iOS, but I can't access the data in my share extension, even with the app group (ie. group.com.appName) declared in both the main app and the extension.
Any help is appreciated, thank you.