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
this line will crash app since it changes all bundles with com.google.ios.youtube prefix, so app cant load assets from bundles that contains same prefix in their bundleid
The text was updated successfully, but these errors were encountered:
turns out that hasPrefix: crashes when bundle id is equal to YT_BUNDLE_ID (in crashlogs it just shows NULL) and doesn't if it has suffix. Tested on sideload using dev cert. But it still doesn't helps with signing in.
app generates something besides device challenge (or in same request) every time when it generates link but cant find what exactly
IAmYouTube/Tweak.x
Line 94 in fbc81eb
this line will crash app since it changes all bundles with com.google.ios.youtube prefix, so app cant load assets from bundles that contains same prefix in their bundleid
The text was updated successfully, but these errors were encountered: