Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.33 KB

push-notifications.md

File metadata and controls

35 lines (22 loc) · 2.33 KB

Sending Push notifications to customers and devices

Identifier

push

Overall

appdb Push notification service allows you to send push notifications to your customers or/and to specific devices of your customers.

Prerequisites

You need to:

Sending of Push notifications

Upon completing of Prerequisites, you can use appdb push relay service documentation to send push notifications to devices. You can get scoped tokenized persistent customer and device identifiers in your app by calling getPersistentCustomerIdentifier and getPersistentDeviceIdentifier methods of appdb services SDK. Push notifications payloads are compatible with Apple's defined schema. We have created PHP library to send push notifications, you can find it on Github.

Drawbacks

At the moment Apple has not implemented interoperability with our own push notification service, so your push notifications will be relayed to Apple systems. Apple systems does not have differentiation of customers and their devices. As we are trying our best to ensure that routing works successfully on device level, we can not guarantee it 100% till interoperability will be effective, so some of your device-specific notifications may still be delivered to customer level instead of device level.

Notifications for alongside-installed applications will be delivered to all copies of an app, if multiple copies exist on customer device.

Last updated 11 Apr 2024.