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

Crash while loading app with changed bundle ID #5

Open
dayanch96 opened this issue Mar 15, 2024 · 2 comments
Open

Crash while loading app with changed bundle ID #5

dayanch96 opened this issue Mar 15, 2024 · 2 comments

Comments

@dayanch96
Copy link

return [path hasPrefix:NSBundle.mainBundle.bundlePath];

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

@PoomSmart
Copy link
Owner

If I change to isEqualToString:, does that fix the issue?

@dayanch96
Copy link
Author

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

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

2 participants