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

Warning - local regulation restrictions #83

Closed
novitae opened this issue Dec 3, 2022 · 2 comments
Closed

Warning - local regulation restrictions #83

novitae opened this issue Dec 3, 2022 · 2 comments
Labels
question Further information is requested

Comments

@novitae
Copy link

novitae commented Dec 3, 2022

Hello,
I am currently having this issue:
When spawning on my Unc0ver jailbroken iPhone 6 the app 抖音 (douyin, the Chinese TikTok), here's what happens:

Capture d’écran 2022-12-03 à 23 16 03

Is it coming from the app, which is known for its crazy security measures, or from igf ? Thanks

@ChiChou
Copy link
Owner

ChiChou commented Dec 6, 2022

export function check(bundle: string): boolean {
if (process.env.NODE_ENV === 'development') {
return false
}
const rules = [
'com.alibaba.',
'com.alipay.',
'com.tencent.',
'com.ss.'
]

This is by design, as some Chinese vendors sued people for reverse engineering or dynamic patching on their apps.

@novitae
Copy link
Author

novitae commented Dec 6, 2022

Thanks !

@novitae novitae closed this as completed Dec 6, 2022
@ChiChou ChiChou added the question Further information is requested label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants