Can't get iOS push notification on server

2019-08-17 12:37发布

问题:

This is a screenshot of file manager on my shared server. I will use ApnsPHP to send push notifications, but I am beginner in web developing. so, sorry for my questions.

  • Where Can upload ApnsPHP files, so only iOS app can use it. And what is the URL that will be used in the app?
  • Where can upload xxx.pem file, so it can't be downloaded by others. And what is its URL that will be used in other php files?
  • How to run xxxx.php in background on shared server, because there is some file of ApnsPHP needs to be run in background forever?
  • How to create environment variable on shared server?

Thanks in advance, and appreciate any help