I'm sending a push notification to an iOS device via Notification Hubs. The notification is received successfully. Once the user clicks the notification, the splash screen is displayed then the app closes. I've check the crash logs and there isn't any errors.
If we review the console logs, the last message was 'Received incoming message on top xx at priority 10'.
There's an warning earlier in the logs stating 'No data found at /var/mobile/Library/UserNotification/com.xxxx.xxx/PendingNotifications.plist.
If I send a notification directly from the Azure portal (same device and payload), the notification is received and the app opens as expected.
Thoughts?