How hard is it to build an iOS Signer with Nostr SDK?
Do you mean NIP-26 Delegated Event Signing? https://github.com/nostr-protocol/nips/blob/master/26.md
No, more like Amber https://github.com/nostr-protocol/nips/pull/868
Or a nip 46 signer running on the phone.
I’m not super familiar with those NIPs but I don’t see why we wouldn’t be able to build something like that on iOS.
I looked into this more. I’m not sure if it’s easily possible to build a native signer app in iOS. There doesn’t seem to be the equivalent of Android Intents or bidirectional cross-app communication. Maybe it’s possible to build something janky with custom URIs.
Damn, i was hoping someone was working on this but sucks to here it would be janky. Still curious to see what a janky signer would be like though