Hello. We have implemented Xamarin iOS Push Notifications using Microsoft Azure as the Notification Provider. Our success has been hit or miss with iOS. Android seems to work great.
For the last couple of days Push Notifications are not working for us. I can set breakpoints in our code and watch our middle tier submit the Push Notification request to the Azure notification hub without encountering exceptions. The Azure Portal shows iOS device registration requests but no messages being sent to the iOS device itself. We have triple-checked Apple Developer account statuses, regenerated Apple Keys for Azure Authentication Tokens, tried both Production and Sandbox Azure Push Notification Hub modes, etc..
Apple PNS is responsible for actually sending the request to the iOS device. Once we make our Push Notification requests at Azure everything is a black box after that. The request either does or does not work. To us it seems essential to be able track a Push Notification request all the way through its entire lifecycle.
We have seen many forum posts detailing APNS configuration, but nothing about detailed request monitoring.
Is there a tool or portal (a way) to see the details of our Apple Push Notification requests? This is a very important part of supporting Push Notification services.
Our dev stack is PC: Windows 10, Visual Studio 2019 Professional with Xamarin Forms 4.8.0.1534 bridging to a MacBook Air macOS Catalina version 10.15.7, Xcode 12.1 (12A7403).
Thank you,
Don
For the last couple of days Push Notifications are not working for us. I can set breakpoints in our code and watch our middle tier submit the Push Notification request to the Azure notification hub without encountering exceptions. The Azure Portal shows iOS device registration requests but no messages being sent to the iOS device itself. We have triple-checked Apple Developer account statuses, regenerated Apple Keys for Azure Authentication Tokens, tried both Production and Sandbox Azure Push Notification Hub modes, etc..
Apple PNS is responsible for actually sending the request to the iOS device. Once we make our Push Notification requests at Azure everything is a black box after that. The request either does or does not work. To us it seems essential to be able track a Push Notification request all the way through its entire lifecycle.
We have seen many forum posts detailing APNS configuration, but nothing about detailed request monitoring.
Is there a tool or portal (a way) to see the details of our Apple Push Notification requests? This is a very important part of supporting Push Notification services.
Our dev stack is PC: Windows 10, Visual Studio 2019 Professional with Xamarin Forms 4.8.0.1534 bridging to a MacBook Air macOS Catalina version 10.15.7, Xcode 12.1 (12A7403).
Thank you,
Don