Skip to content

Commit 6121e99

Browse files
vveerrggclaude
andcommitted
docs: add profile sharing platform comparison to README
Note that iOS uses App Groups for automatic profile sharing while Android requires manual NIP-49 encrypted export via Share to Browser. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43c2d68 commit 6121e99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ Key differences from the browser extension:
194194
- No `window.nostr` injection (not a browser extension context)
195195
- No cross-device sync (no iCloud storage.sync equivalent yet)
196196

197+
### Profile sharing: iOS vs Android
198+
199+
iOS App Groups allow the iOS app and the Safari extension to share a storage container automatically — profiles created in the app appear in the Safari extension with no user action required.
200+
201+
Android has no equivalent of App Groups, so the Android app instead provides a **"Share to Browser"** button that encrypts the private key as an ncryptsec (NIP-49) and offers it via the system share sheet or clipboard for manual import into any browser extension.
202+
197203
## License
198204

199205
MIT — see [LICENSE](LICENSE)

0 commit comments

Comments
 (0)