OneSignal / OneSignal-Website-SDK

OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
389 stars 115 forks source link

Api/notification create removal #1186

Closed rgomezp closed 4 months ago

rgomezp commented 4 months ago

One line summary

Remove sendNotification API calls and implement local notifications.

Description

We removed all instances of the sendNotification API calls to clean up dead code. The notification system has been shifted to use local notifications.

MainHelper

EventHelper

Index.html

SDK Version

Systems Affected

Validation

Tested locally:

Screenshot 2024-07-23 at 2 56 07 PM

Checklist

Programming Checklist Interfaces:

Functions:

Typescript:

Other:

Screenshots

Info

Checklist


Related Tickets



This change is Reviewable