Skip to content

Commit 551dee9

Browse files
authored
Add a troubleshooting note on using a valid uuid
Was stuck for some time trying to figure out why the incoming call wasn't being received and it turned out, it was simply because I had supplied an invalid `uuid`. The `didDisplayIncomingCall` method also returns without any errors, so there's no explanation for why the screen didn't show up. Might be great if the library threw an error in `didDisplayIncomingCall` if an invalid `uuid` is supplied.
1 parent ff0b4be commit 551dee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,9 @@ Since iOS 13, you'll have to report the incoming calls that wakes up your applic
667667
adb logcat *:S RNCallKeepModule:V
668668
```
669669

670+
## Troubleshooting
671+
- Ensure that you use a valid `uuid` using the uuid library as shown in the examples (not a custom string), otherwise the incoming call screen will never be shown on iOS.
672+
670673
## Contributing
671674

672675
Any pull request, issue report and suggestion are highly welcome!

0 commit comments

Comments
 (0)