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

One of receiver_exported or receiver_not_exported should be specified when a receiver isn't being registered exclusively for system broadcasts #1263

Closed
1 of 3 tasks
tuankietcoderr opened this issue Feb 6, 2024 · 9 comments
Assignees
Labels
bug Something isn't working react-native React Native SDK issues

Comments

@tuankietcoderr
Copy link

tuankietcoderr commented Feb 6, 2024

Which package/packages do you use?

  • @stream-io/video-react-sdk
  • @stream-io/video-react-native-sdk
  • @stream-io/video-client

Describe the bug
I receive this bug when using Android API level 34 (Android 14)

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Home screen'
  2. Click on 'Create new meeting'
  3. After video initialized, the error is displayed.

Expected behavior
Video call has to work perfectly as I use on Android API level 31

Screenshots
image

Version

  • ^0.3.17

Env:

N/A

React / JS client

N/A

React Native

  • OS: Windows
  • Device: Android Pixel 4 API 34

Node JS client

  • v20.11.0

Additional context
N/A

@tuankietcoderr tuankietcoderr added the bug Something isn't working label Feb 6, 2024
@fobos531
Copy link
Contributor

fobos531 commented Feb 7, 2024

I can confirm that I experience this as well. In the meantime, I worked around this issue by targeting SDK 33.

@tuankietcoderr
Copy link
Author

I can confirm that I experience this as well. In the meantime, I worked around this issue by targeting SDK 33.

Is there any alter solution for this? My target customers have to be supported from API 25 to API 34 :(

@fobos531
Copy link
Contributor

fobos531 commented Feb 7, 2024

I can confirm that I experience this as well. In the meantime, I worked around this issue by targeting SDK 33.

Is there any alter solution for this? My target customers have to be supported from API 25 to API 34 :(

Your customers running API 34 will still be able to run the app targeting API 33 without an issue. It will only start becoming a real problem somewhere in summer/autumn when Google slowly starts requiring new app updates and apps to target API 34.

@tuankietcoderr
Copy link
Author

I can confirm that I experience this as well. In the meantime, I worked around this issue by targeting SDK 33.

Is there any alter solution for this? My target customers have to be supported from API 25 to API 34 :(

Your customers running API 34 will still be able to run the app targeting API 33 without an issue. It will only start becoming a real problem somewhere in summer/autumn when Google slowly starts requiring new app updates and apps to target API 34.

How about Get stream team? Are they fixing this problem?

@santhoshvai santhoshvai self-assigned this Feb 7, 2024
@santhoshvai santhoshvai added the react-native React Native SDK issues label Feb 7, 2024
@santhoshvai
Copy link
Member

santhoshvai commented Feb 7, 2024

Hi, So to confirm do you use targetSDK 34?

This seems to happen only when targetSDK 33 is used. I believe one of the dependendant libraries we use are still using the old format.

In the meantime please stick to targetSDK 34, there will be atleast this summer that google will force the usage of targetSDK 34, but we will find and resolve this issue asap

@tuankietcoderr
Copy link
Author

Hi, So to confirm do you use targetSDK 34?

This seems to happen only when targetSDK 34 is used. I belive one of the dependendant libraries we use are still using the old format.

In the meantime please stick to targetSDK 34, there will be atleast 2 years in my experience that google will force the usage of targetSDK 34, but we will find and resolve this issue asap

thank you, in the future there might be sdk 35, 36 and so on. so upgrade your packages and apis are is really essential

@santhoshvai
Copy link
Member

I totally understand the importance. I have filed the issue accordingly.

@santhoshvai
Copy link
Member

I have raised a PR in the react-native-incall-manager library 🤞

@santhoshvai
Copy link
Member

Please update to react-native-incall-manager - 4.2.0

Many thanks for filing the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working react-native React Native SDK issues
Projects
None yet
Development

No branches or pull requests

3 participants