Some of our clients that have updated their devices to iOS 11 have reported that they are not receiving any sound or vibration when receiving notifications, after testing myself I can confirm that this is the case. The notification is constructed on our API with ping.aiff as the value for sound like so:
string appleSound = "ping.aiff";
var appleNotificationMessage = $"{{\"aps\":{{\"alert\":\"{message}\", \"sound\":\"{appleSound}\"}}}}";
I've tried to search around a bit but I haven't found anything, any ideas why this may have stopped working? Notifications are coming through fine they are just silent and as far as I can tell the notification settings on the app are fine.