Questions tagged [status-update-notification]

2 questions
2
votes
0 answers

statusUpdateNotification security

I wonder what's the right strategy to secure the status-update-notification endpoint on server. Apparently the payloads that Apple send can be crafted. It's possible to verify each received receipt on each status update. However I don't know if…
pronebird
  • 12,068
  • 5
  • 54
  • 82
0
votes
1 answer

Recieving Blank/No Response to Status Update Notification(statusUpdateNotification) from Apple Server - PHP v5.4.43

We have set up a URL in the app profile in iTunes and our server has cleared the ATS security criteria. Following are the codes that we have tried to implement : $data = json_decode(file_get_contents('php://input'), true); $fp =…