Hi all, I had this great idea to write an iOS keyboard app that users can install, and it will auto upload images, pull gifs from nostr.build, all integrated into a custom keyboard. I hired a developer to write it, he wrote it and apparently there is no way to upload images from your phone to my server without it giving a ‘your keystrokes may be logged and sent to the developer!!’ Warning…. Obviously I am not collecting keystrokes, I will not launch like this, and nobody will ever use this app if it says this…

Question for the dev team, is there any way to build this iOS keyboard without the ‘keystroke being logged’ warning or function?!?

Here is the code, any ideas?.. I didn’t write this, but hired the guy…

https://github.com/Kamaljeetsinghpunia/KeyboardToolbar.git

Reply to this note

Please Login to reply.

Discussion

Zapped for this idea ⚡️

Would be awesome to have this. I hope there is a solution that works.

It would work for every nostr app, and would have gifs, acct system, etc built in…..

#[1] , if you have any ideas? Also, feel free to use anything from the code if it’s worth it..

Link is not loading for me. Maybe the repo is private?

Let me fix it tomorrow…

Should be open now..

I don't think you can avoid that warning because it is a legitimate threat. I disable keyboards' network access for that reason. An alternative would be some kind of modal app, like how apple/Google pay works.

Other keyboards do not give that worming though.. Google Board explicitly says it does NOT collect keystrokes.. Maybe because it is taking data from your phone and putting it in my server?!?..

Yeah, that could be why.

It seems not to be possible to avoid this prompt as its impossible for them to verify that your app won't transmit data.

Check this message from a guy from Typewise, a privacy focused keyboard, after a user asked the same.

It seems you might add a prompt before that, though?

Thank you for the research, let me see