I
I
ili_ya_ilya2022-04-20 10:23:05
JavaScript
ili_ya_ilya, 2022-04-20 10:23:05

How to track the status of push notifications on android and ios?

Greetings. Maybe someone in the know where you can read: we needed to track the status of Push notifications on ios / android / Android HMS (Huawei) in order to understand the effectiveness, or rather Delivered/Read/Switched/Swept. One of the scenarios: we send a Push to the user to save money, if not opened after n-time, then send an SMS or email.
I know about Pushwoosh, but:
- due to well-known events, I would like to use as few left SDKs in the application as possible
- there is a possibility that there will be problems with payment
- it’s a little expensive and if you only check it once, and even more so if we decide to continue to send pushes and you will need to continue checking the statuses.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Artemyev, 2022-04-20
@Vitaly48

For these purposes, it is not necessary to use the SDK, everything is in your hands. You can subscribe to the push receipt event on mobile, and as soon as it arrives, send a request to your backend with information that the push was received.

I
ili_ya_ilya, 2022-04-20
@ili_ya_ilya

On IOS, the issue is removed, everything is solved through Xcode. For Android HMS (Huawei), the issue has been removed, everything is detailed in Developers.Huawei. On Android, it seems that you can get it through Firebase, we are studying the issue.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question