I am trying to integrate the Unity NotificationServices in my project to allow Push events.
Unfortunately, I don’t find any good tutorial about integrating this feature and the documentation is quite limited.
Are there some complete tutorial about this feature ?
For Local Notifications it is quite easy, you just use ScheduleLocalNotification if you want it to display at certain time or PresentLocalNotificationNow if you want to display it immediately.
For remote messages you need more. You could follow e.g. Urban Airship tutorials for basic guidance about setuping the Xvode