You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ See [example](https://github.com/cybex-dev/twilio_voice/blob/master/example/andr
189
189
- Callback action on post dialer screen may not work as expected - this is platform and manufacturer specific. PRs are welcome here.
190
190
- Complete integration with showing missed calls. This is a work in progress.
191
191
192
-
#### FAQ:
192
+
#### Android FAQ:
193
193
1. **Why are calls failing in release mode?**
194
194
195
195
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
198
198
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.
199
199
4. Check Twilio's Error logs in the dashboard.
200
200
201
+
2. **Why am I not receiving any calls on Android?**
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.
0 commit comments