Apple Push Notifications on CouchbaseLite

Hi,
I want to send push notifications on Couchbase Lite iOS. Can any one please assist me.

We have a tutorial on Android push notifications; the section “The Sync Gateway Changes Feed” will show you how to monitor changes in the database on the server side. That’s the only part of this that is specific to Couchbase Mobile.

You can then use Apple’s push notifications web API to send the notifications. Apple has documentation on how to do this, and also how to sign up for notifications in an app.

Thank you. i will check it.