Remove In-App Rating Prompt (Part 2)

Why did I expand you may ask? Because I’m not sure if the previous method would work.
This commit is contained in:
arichornlover 2024-02-13 22:24:18 -06:00 committed by GitHub
parent 7ad0a72281
commit 574077f773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,6 +232,12 @@ static NSString *accessGroupID() {
return %orig;
}
%end
%hook SKStoreReviewController
+(void)load {
%orig;
[self presentViewController:nil animated:NO completion:nil];
}
%end
// YTMiniPlayerEnabler: https://github.com/level3tjg/YTMiniplayerEnabler/
%hook YTWatchMiniBarViewController