-2

Does Apple has introduced any real time fast instant push notification in iOS recently which will improve user experience for the app? Please suggest some answers as I am going to use Push Notification in my app?

Goutam Roy
  • 11
  • 2
  • This question is off-topic here. I suggest you to post it there http://apple.stackexchange.com/ – Niko Feb 10 '15 at 14:15
  • do you want to send push notification to other users of app ? This may help you http://stackoverflow.com/questions/25909568/ios-8-enabled-device-not-receiving-push-notifications-after-code-update – Asadullah Ali Feb 10 '15 at 14:18

1 Answers1

0

You should take a look at using Parse.

There's a link to the push notification documentation here.

It's pretty straightforward to get working, and the documentation provides support for both Objective C and Swift. Hope this helps!