=== Notify Aim === Contributors: uddeshyamaurya Tags: push notifications, web push, notify aim Requires at least: 6.3 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Notify Aim lets you send push notifications directly to your users when you publish new posts or updates. == Description == Notify Aim is a push notification plugin for WordPress. It helps you keep your users engaged by sending real-time notifications when new posts are published. == External Services == This plugin connects to the external service "Notify Aim" (https://notifyaim.com) to deliver push notifications to website visitors. = What the service is and what it is used for = Notify Aim is a push notification delivery platform. The plugin connects to the Notify Aim API to: - Load the JavaScript SDK required to manage subscriptions in visitor browsers. - Send notifications from the site owner to subscribers. = What data is sent and when = - When a visitor subscribes, their browser/device subscription data (push token, user agent, and related metadata) is sent to the Notify Aim servers in order to deliver notifications. - When the site owner sends a notification, the notification content (title, message, target URL) is transmitted to Notify Aim’s API, which then delivers the message to subscriber devices. - API requests are sent securely via HTTPS. = Terms of Service and Privacy Policy = - Terms of Service: https://notifyaim.com/terms-and-conditions - Privacy Policy: https://notifyaim.com/privacy-policy == Installation == 1. Upload the plugin files to the `/wp-content/plugins/notify-aim` directory. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Configure your public/private keys in Settings → Notify Aim. == Frequently Asked Questions == = Does this work on all browsers? = Yes, it works on all browsers that support Web Push. = Do I need an API key? = Yes, you must create a free account at [Notify Aim](https://notifyaim.com) to get your keys. == Screenshots == 1. Settings screen where you enter your keys. 2. Notifications example. == Changelog == = 1.0.0 = * Initial release of the plugin. == Upgrade Notice == = 1.0.0 = Initial release of the plugin.