Tell me how to send a push notification via iOS to an iOS device?

  • From scratch all the service to write is a lot of work. You can try to use some kind of existing service (for example, urban airship), and then you will only need to write functions for accessing their api - Max Mikheyenko
  • You can use this (large popular library with examples): github.com/immobiliare/ApnsPHP - Valentine

0