Skip to content

Commit ded8ecc

Browse files
authored
Update README.md
Update doc about VoIP pushes
1 parent c82f0df commit ded8ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ You have to send a push to your application, like with Firebase for Android and
623623

624624
### PushKit
625625

626-
Since iOS 13, you'll have to report the incoming calls that wakes up your application, like in your `AppDelegate.m` :
626+
Since iOS 13, you'll have to report the incoming calls that wakes up your application with a VoIP push. Add this in your `AppDelegate.m` if you're using VoIP pushes to wake up your application :
627627

628628
```objective-c
629629
- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(PKPushType)type withCompletionHandler:(void (^)(void))completion {

0 commit comments

Comments
 (0)