You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: