I stopped getting Notifications, so did "GetNotificationPreferences" and got auth token expired.
So I generated a new token, updated the code for GetNotificationPreferences.php and it now comes back with:
ItemListed Enable ItemRevised Enable ItemSold Enable ItemClosed Enable
I then logged in to the developer portal, and check under Production > Alters & Notifications. My address for the web server is correct, but noticed the API version was lower than what was recommended, so I've changed that to 1149.
Also I check the Platform Notifications is still set to push.
But if I end and relist any of the ebay listings I still don't get a notification.
My listener file is set to dump all the HTTP_RAW_POST_DATA in to a text file before performing tasks, and its not generated a single file.
If I manually open the listener, it creates a blank txt file like I would expect, so the code is still working!
Is there anything I've missed to make Push notifications work again?