-
Notifications
You must be signed in to change notification settings - Fork 130
Store Necessary Data For Notifications #3091
Copy link
Copy link
Description
Summary
Determine the minimal set of information needed to decrypt and display messages in push notifications, and store them in app groups and keychains as appropriate.
Background
In order to decrypt messages for display, we will probably need to know:
- Latest generation of member key
- communityId's of communities they are a member of
- userId's for users they are in those communities
Acceptance Criteria
- App Group created in Apple Developer Portal
- App Group added to NSE target entitlements
- Keychain Access Group configured
- Keychain Access Group added to both targets' entitlements
- Helper class created for shared UserData access
- Helper class created for shared Keychain access
- Pass data to native app on rn_bridge when keys rotate or communities are joined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Waiting for review