V
V
Vladislav Aleinikov2018-07-12 15:07:56
iOS
Vladislav Aleinikov, 2018-07-12 15:07:56

Is it possible to send push for ios from the site?

The point is the following. You need to send push notifications from the site that will be generated in php, for example:
$notification = date('dmY','1531396041');
if(date('dmY',time()) = $notification){
send push to ios
} The
question is, is it possible to send push without an application on the device?
Or you need an application, register it, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
doublench21, 2018-07-12
@va_rabbit

It is forbidden. Safari iOS does not support "push notification" and "serviceworker". Only apps can receive notifications.

T
tegrato, 2018-07-16
@tegrato

Where do you want to send PUSH?
To get PUSH, you need to include an APNS certificate in your "product".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question