arichornlover / uYouEnhanced

uYouEnhanced (by @arichornlover) is an expanded version of uYou+ (made by @qnblackcat) with additional features and mainly made for non jailbroken users!
https://github.com/arichornlover/YouTubeRebornPlus/
2.3k stars 3.46k forks source link

[Enhancement] Remove AppStore rating pop up #344

Open yodaluca23 opened 8 months ago

yodaluca23 commented 8 months ago

The AppStore popup shows on sideloaded apps, even if the In-App Ratings & Reviews setting is toggled off. YouTube has this popup from time to time. I know it's possible to remove it, but according to some people I've talked to about removing this for an unrelated app, it's different per app...

Screenshots: image

dora727 commented 8 months ago

Actually there’s a way to remove it (for every apps)! Go to settings -> App Store -> disable “In-App Ratings & Reviews”

yodaluca23 commented 8 months ago

Actually there’s a way to remove it (for every apps)!

Go to settings -> App Store -> disable “In-App Ratings & Reviews”

As I explained in my initial post, this does not work for sideloaded apps.

yodaluca23 commented 8 months ago

Also, @arichornlover do you have me blocked? When I try to reply to some things in this repo, it gives me an error "user is blocked" and it won't let me follow you...

dora727 commented 8 months ago

Actually there’s a way to remove it (for every apps)! Go to settings -> App Store -> disable “In-App Ratings & Reviews”

As I explained in my initial post, this does not work for sideloaded apps.

oh sry, i’m dumb 😓

arichornlover commented 8 months ago

Also, @arichornlover do you have me blocked? When I try to reply to some things in this repo, it gives me an error "user is blocked" and it won't let me follow you...

I don’t have you blocked? I checked your profile and I am certain I don’t have you blocked and I also received notifications here. if that isn’t enough then I’ll follow you and prove it.

arichornlover commented 8 months ago

As I explained in my initial post, this does not work for sideloaded apps.

https://github.com/arichornlover/uYouEnhanced/commit/7ad0a722814d22a4e44cea2e58abfec67f403bbe I did this change an hour ago, do you think it will stop the prompts? or if not I’ll change it.

yodaluca23 commented 8 months ago

https://github.com/arichornlover/uYouEnhanced/commit/7ad0a722814d22a4e44cea2e58abfec67f403bbe

I did this change an hour ago, do you think it will stop the prompts? or if not I’ll change it.

Idk, if it opens that to send the popup, then it should. The problem is, we can't exactly test it because it's kind of random I think..

arichornlover commented 8 months ago

Idk, if it opens that to send the popup, then it should. The problem is, we can't exactly test it because it's kind of random I think..

The whole implementation was random, I don’t even know why Apple allowed the Sideloaded apps to include the app rating prompts 😕

yodaluca23 commented 8 months ago

The whole implementation was random, I don’t even know why Apple allowed the Sideloaded apps to include the app rating prompts 😕

My guess is because sideloading is meant for developers to test their apps, so if they had that setting off, they would want to see it anyways to test and make sure that the pop-up works or something like that...

arichornlover commented 5 months ago

Wanting an update to see if the app rating still exists, I did change the functionality of it a few months back.

yodaluca23 commented 5 months ago

Wanting an update to see if the app rating still exists, I did change the functionality of it a few months back.

I haven't gotten it in a long while, but I might've just reached the 3 pop ups per year limit...

arichornlover commented 5 months ago

I was assuming this was the thing that helped below, but maybe what you said is correct

// Remove App Rating Prompt in YouTube (recommended when Sideloaded) - @arichornlover
%hook SKStoreReviewController
+ (void)requestReview { }
%end