You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Anichur25
changed the title
How to create the player id in version 2.5. There is class called OneSignalClient. Please help me.
How to create the player id in version 2.5. There is no class called OneSignalClient. Please help me.
Apr 29, 2023
@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)
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.
The text was updated successfully, but these errors were encountered: