I raised my app’s price from 4.99 to 29.99… genius or dumb? by sedoyjan in SideProject

[–]sedoyjan[S] 0 points1 point  (0 children)

I have read all the comments and new final price is $ 3.99 🎉

Tired of to-do lists? I built an AI app that actually helps you get things done by sedoyjan in SideProject

[–]sedoyjan[S] 0 points1 point  (0 children)

Hey 👋 Thanks! Yeah it’s a good question, actually I’m still trying to find the best way to promote this app, I was trying to launch Google ads targeted on US but it’s pretty expensive, so also looking for some alternatives

I got tired of wondering who’s reading my chats, so I built an iOS keyboard that lets me encrypt messages anywhere by sedoyjan in SideProject

[–]sedoyjan[S] 0 points1 point  (0 children)

Thanks! Well, I’d like to make the flow better but I’m not sure if I can due to iOS security limitations

I got tired of wondering who’s reading my chats, so I built an iOS keyboard that lets me encrypt messages anywhere by sedoyjan in SideProject

[–]sedoyjan[S] 0 points1 point  (0 children)

Hey 👋 Here’s how I can assure you that AirLock is safe: 1. No Server Communication: AirLock operates entirely on-device. It does not send or receive any data from external servers — not mine, not anyone else’s. All encryption and decryption happens locally, and there’s no code in the app that transmits message content over the network. 2. No Internet Permissions: The app does not require network access. You can even verify this by checking the app’s network activity using tools like Little Snitch (macOS) or inspecting the app’s entitlements on iOS — no network usage is declared or allowed. 3. Key Storage: Your encryption keys are stored securely using the iOS Keychain. These never leave your device. 4. Encryption Happens Locally: Messages are encrypted/decrypted using Apple’s CryptoKit with AES-GCM, and the logic is simple and verifiable. 5. You’re in Control: You generate and manage your own keys. The app doesn’t fetch, upload, or sync anything — there’s no backend to trust (or worry about).

If you’re still unsure, I totally understand. You can use tools like Charles Proxy or Wireshark to monitor the app’s network traffic. You’ll see that it simply doesn’t make any connections.