Skip to content

Commit b1f1d1b

Browse files
committed
docs: update README FAQ
1 parent 53a7c5d commit b1f1d1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ See [example](https://github.com/cybex-dev/twilio_voice/blob/master/example/andr
189189
- Callback action on post dialer screen may not work as expected - this is platform and manufacturer specific. PRs are welcome here.
190190
- Complete integration with showing missed calls. This is a work in progress.
191191

192-
#### FAQ:
192+
#### Android FAQ:
193193
1. **Why are calls failing in release mode?**
194194

195195
There are certainly a number of factors, but for starting point:
@@ -198,6 +198,11 @@ See [example](https://github.com/cybex-dev/twilio_voice/blob/master/example/andr
198198
3. Ensure you have the required [Proguard rules](#android-setup) to ensure the Twilio Voice SDK is not being obfuscated. If you are using a custom Proguard file, ensure the Twilio Voice SDK classes are not being obfuscated.
199199
4. Check Twilio's Error logs in the dashboard.
200200

201+
2. **Why am I not receiving any calls on Android?**
202+
203+
1. First, review [Android Setup](README.md#android-setup) closely.
204+
2. Ensure you have setup & configured Twilio with the new FCM HTTP v1 API, see [here](https://help.twilio.com/articles/20768292997147-Updating-Twilio-Push-for-FCM-HTTP-v1-API). Thanks [@Erchil66's](https://github.com/cybex-dev/twilio_voice/issues/251#issuecomment-2515050331) suggestion.
205+
201206
### Web Setup:
202207

203208
**BREAKING CHANGES:**

0 commit comments

Comments
 (0)