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
After upgrading the stream packages from version 0.5.5 to 0.6.0, the calls stopped working on iOS devices. The functionality works as on Android but only in foreground state/ while using the app. And on iOS, the calls are not being recieved.
I have tested the same setup in a sample app (dogfooding), and the issue persists.
Steps to Reproduce:
Install stream packages version 0.5.5 in your Flutter project.
Test the call functionality on iOS and Android (ensure it works).
Upgrade the stream package to version 0.6.0.
Test the same call functionality on iOS again.
Observe that the call are not recieving or fails silently on iOS in all state.
Device Information:
Devices Tested:
iPhone 13
iPhone 15
iOS Versions:
iPhone 13: 18.0.1
iPhone 15: 17.6.1
Flutter Version:
flutter --version
Flutter 3.24.3 (Stable)
Additional Context:
I have tested this with a minimal sample app, and the issue persists when upgrading to 0.6.0.
The issue seems is in both Android and iOS, but in Android, it's working atleast in foreground state.
I have checked the Android/iOS logs but did not see any relevant error messages.
The text was updated successfully, but these errors were encountered:
Description:
After upgrading the
stream
packages from version0.5.5
to0.6.0
, the calls stopped working on iOS devices. The functionality works as on Android but only in foreground state/ while using the app. And on iOS, the calls are not being recieved.I have tested the same setup in a sample app (dogfooding), and the issue persists.
Steps to Reproduce:
stream
packages version0.5.5
in your Flutter project.stream
package to version0.6.0
.Device Information:
Flutter Version:
Additional Context:
0.6.0
.The text was updated successfully, but these errors were encountered: