-
Notifications
You must be signed in to change notification settings - Fork 147
Google Cast failed on Android 12 - Missing Flag_Immutable #576
Comments
I have the exact same issue |
@valentin-debris @jpd21122012 Thanks for the feedback. @valentin-debris And thanks for the repro sample. Helps a lot. |
Hello @moljac , any news about this issue ? |
Sorry, but no. Nothing yet. Trying to catch up with updates - a lot of new dependencies.
OK from here (quick search): Workarounds to try
|
@moljac , with my repo for testing, I tryed the first 2 solutions and they failed, same error. And the third one, I can't use it since the place where PendingIntent.getActivity() is not in my code, but somewhere in GooglePlayServicesComponents I guess. |
Hi @moljac, any news on this issue ? Thanks a lot for your feedback. |
Unfortunately the sample above doesn't work. |
works only with netstandard 2.0, i'm working with 2.1 |
Same issue, can't use Cast |
Xamarin.Android Version
Minimum 5.0, Target 12.0
Operating System & Version
Windows 10 - Tested on real device Pixel 6 (Android 12.0)
Google Play Services Version
120.0.0.3
)1.3.1.3
)1.2.5.2
)Describe your Issue
With Android 12, the Cast crashes the app as soon as I select the device to Cast. Everything works well lower Android 12. I noticed that if I comment this line, it doesn't fail, but I can't do anything without that line !
Minimal Repro Code Sample
You can test with this example https://github.com/valentin-debris/XamarinTestCast
Steps to Reproduce (with link to sample solution if possible):
Include any relevant Exception Stack traces, build logs, adb logs:
The text was updated successfully, but these errors were encountered: