Unity NotificationServices

Hi All,

Just quick question asking whether anyone has stumbled across any good examples/tutorials of how to correctly use the NotificationServices class within for creating push notifications on the IOS platform?

Any tips would also be greatly appreciated.

P.s. I have been scouring the internet for this information, and I am already aware of the Unity Script Reference for NotificationServices (http://docs.unity3d.com/Documentation/ScriptReference/NotificationServices.html)

If you are interested on implementing Push Remote Notifications in iOS, I have developed a system that deals with the whole process, from registration of your device to sending messages (between users, from your system to all your users…). And it is cross-platform, so you can easily implement it on android as well.

Easy Cross-Platform Notifications

The package comes with a full step-by-step guide / tutorial that will explain what you need to set up remote notifications in your iOS or Android Unity project.

Hope you like it!