Search code examples
iosswiftpush-notificationnotificationsxcode11

What push notification for ios swift to use?


I am making an application where push notification is required. I would like to know what push notification to use? I tried using Firebase but its inconsistent. Some notification are not receiving or sending.


Solution

  • There are many third party push services are available, apart from APNS, which works seamlessly on iOS and android devices. The following are the some of the popular third party services...

    • Firebase(By Google)

    • Pusher

    • One Signal, etc.

    The APNS(Apple Push Notification Service) is its native service which ultimately used by third party push services. With out an apns no one can send push notification to apple device.