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:
parent
7ad0a72281
commit
574077f773
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue