Privacy Policy

FreePush · Last updated: June 20, 2026 · Version 1.0

One-line summary FreePush does not collect or store your personal data. Webhook payloads are routed instantly to your device and never persisted on any server.

1. Who we are

FreePush (hereinafter, "the App") is developed and operated by Ingeniería.dev, led by Chris Flores (hereinafter, "we", "the Developer").

2. What data we collect

None. FreePush was built with privacy first. The App:

3. What the server stores

The backend server that powers FreePush operates with a minimalist data policy:

Data Type Stored? Details
Webhook URL Yes Your unique secret webhook endpoint is stored in the database so you can reuse it.
Device APNs token Yes Apple's push notification token for your device is stored to route notifications to your iPhone.
Notification payloads No The title and body of notifications you send are never persisted—they are routed instantly to your device and discarded.
Account email No There is no account; therefore, no email is collected or stored.
Logs or metadata No We do not log webhook requests, notification payloads, or API usage for each webhook.

4. How the server works

The backend is a simple webhook router:

  1. When you create a webhook in the app, a random secret token is generated and stored in the database.
  2. The app stores your device's APNs token (Apple's push notification credential) alongside the webhook.
  3. When an external service POSTs to your webhook URL with a title and body, the server receives the request, looks up your device token, and sends the notification immediately via Apple Push Notifications.
  4. The webhook payload is not stored—it is discarded after routing.
  5. There is no "notification history" database or archive. The notification is delivered to your device, and that's it.

5. Apple Push Notifications (APNs)

FreePush uses Apple's official push notification service to deliver notifications to your device. Your APNs token (a credential issued by Apple for your device) is required to route notifications.

6. What is stored on your device

The App stores locally (using SwiftData) only what's needed to manage your webhooks:

Data Purpose
Webhook secret tokens Display your active webhooks in the app UI. You can copy them or view them anytime.
Webhook creation date Show when each webhook was created (informational only).
Local app settings Preferences like notification sound, badge count, UI theme if selected.

7. Data deletion

8. Third-party services

FreePush backend is hosted on Digital Ocean. The backend does not integrate with analytics platforms, crash reporters, or advertising networks. The only third-party service in use is:

9. Security

10. Changes to this policy

We may update this Privacy Policy occasionally to reflect changes in the app or legal requirements. We will update the "Last updated" date at the top of this page. Continued use of the app after changes means you accept the updated policy.

11. Contact us

If you have questions about this Privacy Policy or how FreePush handles your data, contact us at christian@irack.mx.