Push Notifications – Oracle APEX 23.1 New Features



Push Notifications – Oracle APEX 23.1 New Features

Push Notifications - Oracle APEX 23.1 New Features

Notifications
Receive push notifications directly on your device, featuring a message title, body, icon, and link. Tap on notifications to be redirected to your APEX app or a specific page of your app.

Easy Subscription
APEX users can subscribe to push notifications from within their applications, while instance administrators can manage a queue of notifications.

New Process and API
A new native process and public API have been added in APEX to handle sending push notifications from APEX applications.

Important View and API
select * from APEX_APPL_PUSH_SUBSCRIPTIONS;
select * from APEX_PUSH_NOTIFICATIONS_QUEUE;

API: apex_pwa.send_push_notification
To User is case sensitive so if you are not receiving notification you need to verify.