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

19.24.3 casting issues #736

Open
2 of 4 tasks
mohkg1017 opened this issue Jun 19, 2024 · 5 comments
Open
2 of 4 tasks

19.24.3 casting issues #736

mohkg1017 opened this issue Jun 19, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@mohkg1017
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Have you read the Wiki?

  • Yes, I have read the Wiki

iOS/iPadOS version

ios 17.5.1

Device model

iphone 14 pro max

Sideload method

gbox, esign

Tweak version

uYouEnhanced-19.24.3-3.0.4

Do you use YouTube Premium?

❌ No, I don't use YouTube Premium

Describe the bug

this version came out this morning or last night in the Apple store, everything works fine except casting, attached pics of the issue

Steps to reproduce the issue

  1. compile using the latest commits here
  2. click cast it will ask you to fix ios permission for casting to the local network even though they are already on
  3. casting doesn't work, and yes the fix casting toggle is on, I tried deleting the app and reinstalling the same issue. attached screenshot of issue
    IMG_2367

Crash log (if the app crashes)

No response

Are you using the newest version of uYouEnhanced?

✅ Yes, I'm using the latest version

Does the issue happen with the official YouTube from AppStore?

❌ No, I can't reproduce this issue in the official YouTube from AppStore

Select the configuration used for building the uYouEnhanced ipa. (Optional)

  • buildapp.yml (GitHub Actions — build method as suggested by Wiki - Building)
  • build.sh (Shell script)

Additional context

doesnt crash, just has issues with casting. needs fixing, ervemn the previously working toggle does not work anymore.
IMG_2367

@mohkg1017 mohkg1017 added the bug Something isn't working label Jun 19, 2024
@mohkg1017
Copy link
Author

tried using gbox and esign, casting issue with latest ipa, started with 19.24.2, 19.24.3 has the same issue. everything else works perfectly, just casting needs fixing

@Stephan-87
Copy link

tried using gbox and esign, casting issue with latest ipa, started with 19.24.2, 19.24.3 has the same issue. everything else works perfectly, just casting needs fixing

Wich iOS Version you have !

@arichornlover
Copy link
Owner

tried using gbox and esign, casting issue with latest ipa, started with 19.24.2, 19.24.3 has the same issue. everything else works perfectly, just casting needs fixing

Hey mohkg. Is there any new A/B flags related to casting?
because this seems to no longer work and was expected to break. Maybe Google added/removed the stuff below?

// Fix Casting: https://github.com/arichornlover/uYouEnhanced/issues/606#issuecomment-2098289942
// This will do NOTHING on v19.24.2+ and higher
%group gFixCasting
%hook YTColdConfig
- (BOOL)cxClientEnableIosLocalNetworkPermissionReliabilityFixes { return YES; }
- (BOOL)cxClientEnableIosLocalNetworkPermissionUsingSockets { return NO; }
- (BOOL)cxClientEnableIosLocalNetworkPermissionWifiFixes { return YES; }
%end
%hook YTHotConfig
- (BOOL)isPromptForLocalNetworkPermissionsEnabled { return YES; }
%end
%end

@mohkg1017
Copy link
Author

ya i can't find it, looks like the settings are gone

@arichornlover
Copy link
Owner

arichornlover commented Jun 20, 2024

So Google removed those four cxClientEnableIosLocalNetworkPermission options? That could explain why it no longer works.

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

No branches or pull requests

3 participants