App store server notification keeps sending notifications to my server

I set up app store server notifications. My server gets the notifications correctly whenever a user make an action and returns a 200 response yet for some reason app store keeps resending these notification every 24 hours for another 3 days, each one also answered with 200 response.

Any idea why that happens?

I suggest you open an issue in Feedback Assistant: https://feedbackassistant.apple.com/

It seems that the response code returned by your server is not interpreting it correctly. Are you returning any Content-Type headers that do not match the content of the response?

Thanks, I'll try contacting them. I'm not setting any headers for my django response object which by the docs means it is defaulted to 'text/html' and 'utf-8' encoding, and a status code of 200

App store server notification keeps sending notifications to my server
 
 
Q