Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Stopped Working on iOS and Android after Upgrading from stream 0.5.5 to 0.6.0 #805

Open
keshav-sf opened this issue Dec 4, 2024 · 0 comments

Comments

@keshav-sf
Copy link

Description:

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:

  1. Install stream packages version 0.5.5 in your Flutter project.
  2. Test the call functionality on iOS and Android (ensure it works).
  3. Upgrade the stream package to version 0.6.0.
  4. Test the same call functionality on iOS again.
  5. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant