onesignal icon indicating copy to clipboard operation
onesignal copied to clipboard

How to create the player id in version 2.5. There is no class called OneSignalClient. Please help me.

Open Anichur25 opened this issue 2 years ago • 1 comments

Recently I installed your awesome package (version 2.5) in the laravel 10 application. But I fetched a problem. I am unable to create the player id for a specific user when they are signing up on my website. How to do that job? Please help me.

Anichur25 avatar Apr 29 '23 06:04 Anichur25

@Anichur25 I believe this package is purely for sending notifications, you would need to create the users via the OneSignal API or Admin interface, or in our case using one of their SDKs on our frontend.

From there you should have the Player ID (or now the Subscription ID)

denizaygundev avatar Feb 28 '24 17:02 denizaygundev