Skip to content

Commit aeb11a9

Browse files
committed
Tweak for Acrolinx
1 parent eca32cb commit aeb11a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/notification-hubs/voip-apns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ It is possible to use APNS VOIP notifications through Azure Notification Hubs; h
2323

2424
If you still choose to send APNS VOIP notifications through Notification Hubs, be aware of the following limitations:
2525

26-
- Sending a VOIP notification requires the `apns-topic` header to be set to the application bundle ID + the .voip suffix. For example, for a sample app with the bundle ID `com.microsoft.nhubsample`, the `apns-topic` header should be set to `com.microsoft.nhubsample.voip.`
26+
- Sending a VOIP notification requires the `apns-topic` header to be set to the application bundle ID + the `.voip` suffix. For example, for a sample app with the bundle ID `com.microsoft.nhubsample`, the `apns-topic` header should be set to `com.microsoft.nhubsample.voip.`
2727

2828
This method doesn't work well with Azure Notification Hubs, because the app's bundle ID must be configured as part of the hub's APNS credentials, and the value cannot be changed. Also, Notification Hubs does not allow the value of the `apns-topic` header to be overridden at runtime.
2929

30-
To send VOIP notifications, you must configure a separate notification hub with the **.voip** app bundle ID.
30+
To send VOIP notifications, you must configure a separate notification hub with the `.voip` app bundle ID.
3131

3232
- Sending a VOIP notification requires the `apns-push-type` header to be set to the value `voip`.
3333

0 commit comments

Comments
 (0)