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").
Address: Av. Javier Barros Sierra 495, Santa Fe Lomas de Santa Fe Zedec Santa Fé, Álvaro Obregón 01219, Mexico City, CDMX, Mexico
2. What data we collect
None. FreePush was built with privacy first. The App:
Does not require registration or an account
Does not ask for your email, name, phone number, or any personally identifiable information
Does not access your contacts, photos, calendar, location, or health data
Does not include any third-party SDKs for analytics, advertising, tracking, or crash reporting
Does not send telemetry or usage metrics to any server we control or monitor
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:
When you create a webhook in the app, a random secret token is generated and stored in the database.
The app stores your device's APNs token (Apple's push notification credential) alongside the webhook.
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.
The webhook payload is not stored—it is discarded after routing.
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.
APNs tokens are unique to your device and your app installation. If you reinstall the app, a new token is issued.
When you delete a webhook from the app, the associated APNs token is removed from the database and that webhook can no longer send notifications.
Apple's privacy policy governs how Apple collects and uses data in the APNs service. See Apple's Privacy Policy.
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
Delete a webhook: Tap "Delete" on a webhook in the app. The webhook is removed from the server and can no longer receive notifications.
Uninstall the app: All local data on your device is removed. The server will stop routing notifications for that device, and the associated webhooks become unreachable.
Permanent deletion: Contact christian@irack.mx if you want all your webhooks and associated data deleted from the server immediately.
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:
Apple Push Notifications (APNs): Required to deliver notifications to iOS devices.
9. Security
Webhook URLs are secret: Each webhook URL is a cryptographically random token. Do not share your webhook URL publicly unless you want anyone to send notifications to your device.
HTTPS only: All webhook endpoints use HTTPS to encrypt data in transit.
No password storage: There are no passwords—authentication is via the secret webhook token.
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.