Unity-Technologies / NotificationsSamples

Sample project for Unity Notifications
Other
283 stars 50 forks source link

Remote notifications doubt #45

Closed EricBatlle closed 2 years ago

EricBatlle commented 4 years ago

More than an issue is a doubt:

How can I make push notifications remotely?

I think that the concept of "scheduling" notifications won't work if I want to send any notification from my Server, isn't it? Should I merge this system with firebase? just pick one?

Thanks for the information

aurimasc commented 2 years ago

In case of iOS you can use Apple push notification service. In case of Android you need a solution that has server side for it. In any case, this is out of scope for this repo.