ephemeraHQ / xmtp-inbox-ios

ARCHIVED: See the README for info about an alternative iOS app you can try.
4 stars 0 forks source link

Store keys per XMTP environment #35

Closed elisealix22 closed 1 year ago

elisealix22 commented 1 year ago

I noticed when switching between dev and production builds the keys were shared between environments because they were stored per account address. This PR updates the keys to be stored per environment + account address so we can switch between environments without issues.

I also updated the requirement for keys to have the device unlocked to only require one unlock after device reboot because it will be necessary for background push notifications soon.