- Home /
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)
Are you talking about the small banners that drop on screen, letting you know the achievement you just made?
Something like this
Hi $$anonymous$$arsnen, that's very similar to what I'm looking for but I think that's (probably) a local notification. I'm looking for any advice regarding the Push/Remote NotificationServices (sorry, should have probably mentioned that in the original question :S)
Answer by CarlosFM · Jun 21, 2013 at 03:15 PM
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!
Your answer
Follow this Question
Related Questions
iOS.RemoteNotification userInfo empty 2 Answers
NotificationServices for remote notification is really working??? 0 Answers
Finding out if a user entered the game from notification (iOS/Android) 2 Answers
How to know when my game is in background? 1 Answer
How to properly remove a scheduled ios notification 1 Answer