Answer the question
In order to leave comments, you need to log in
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
It is forbidden. Safari iOS does not support "push notification" and "serviceworker". Only apps can receive notifications.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question