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

Remove the Rating pop-up? #29

Open
bachig26 opened this issue Apr 26, 2024 · 15 comments
Open

Remove the Rating pop-up? #29

bachig26 opened this issue Apr 26, 2024 · 15 comments

Comments

@bachig26
Copy link

will it be possible to remove the pop-up that displays to rate the app?

@asdfzxcvbn
Copy link
Collaborator

can you send a screenshot of the popup?

@bachig26
Copy link
Author

can you send a screenshot of the popup?

i forgot to take the screenshot, but it will appear from time-to-time like this for in-app rating.

apprating

@asdfzxcvbn
Copy link
Collaborator

will be removed in the next update

@bachig26
Copy link
Author

will be removed in the next update

awesome. thanks.

@Exit24
Copy link

Exit24 commented Oct 26, 2024

Any luck with this? On the newest release (EeveeSpotify-5.7-8.9.86) I’m still getting a popup to rate the Spotify app. I can’t even rate the app to stop the popup from coming up again in the future, I’m assuming because it’s a sideloaded/tweaked app.

IMG_3188

@yodaluca23
Copy link
Contributor

Any luck with this? On the newest release (EeveeSpotify-5.7-8.9.86) I’m still getting a popup to rate the Spotify app. I can’t even rate the app to stop the popup from coming up again in the future, I’m assuming because it’s a sideloaded/tweaked app.

Yes, that is likely why but also, if an app requests the pop-up and it's already requested twice in that year it's supposed to not show up, but I have definitely had it pop up more than twice this year and also I even have it turned off in settings. I believe Apple allows developer apps to bypass this because you would kind of want to bypass it for testing so it makes sense...

@ElliotCHEN37
Copy link
Contributor

Any luck with this? On the newest release (EeveeSpotify-5.7-8.9.86) I’m still getting a popup to rate the Spotify app. I can’t even rate the app to stop the popup from coming up again in the future, I’m assuming because it’s a sideloaded/tweaked app.

IMG_3188

They removed it for some reason.
b710b11

@asdfzxcvbn
Copy link
Collaborator

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693

if it works it'll be merged into main

@asdfzxcvbn asdfzxcvbn reopened this Oct 27, 2024
@Exit24
Copy link

Exit24 commented Oct 27, 2024

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693

if it works it'll be merged into main

Would I use Sideloady to inject the deb file into the current EeveeSpotify, or a non modified decrypted Spotify ipa?

@ElliotCHEN37
Copy link
Contributor

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693
if it works it'll be merged into main

Would I use Sideloady to inject the deb file into the current EeveeSpotify, or a non modified decrypted Spotify ipa?

non modified decrypted

@whoeevee
Copy link
Owner

You may see rating popups when using EeveeSpotify even if you have disabled them in Settings, because the app is in development mode for iOS due to being sideloaded, and StoreKit always displays the rating and review request view with the Submit button grayed out.

You can hook requestReview methods of SKStoreReviewController to do nothing. This feature was included in a single version of EeveeSpotify, but I had to remove it due to issues. For some reason, Orion couldn’t hook these methods when the app is sideloaded, which led to crashes. I believe these popups are infrequent enough. According to Apple guidelines, it's displayed about maximum of three times within a 365-day period, so it’s not a big deal to press "Cancel".

If the deb provided by zx really works and you don’t see the popup, then the issue with Orion is confirmed, and it will likely be merged. You need to inject the deb from actions into the existing EeveeSpotify .ipa, replacing the current EeveeSpotify in it

@Exit24
Copy link

Exit24 commented Oct 30, 2024

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693

if it works it'll be merged into main

Ok, I injected com.eevee.spotify_5.7_iphoneos-arm64.deb into a non modified decrypted Spotify ipa.

I wasn't sure which file to use so I kind of guessed. I tried injecting all 3 at the same time, but I got an error in Sideloady saying duplicate name eeveespotify.bundle, so I'm guessing I can only do 1 at a time. If I did anything wrong please let me know.

I'll give it some time and see if I get a popup to rate the app.

@ElliotCHEN37
Copy link
Contributor

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693

if it works it'll be merged into main

Ok, I injected com.eevee.spotify_5.7_iphoneos-arm64.deb into a non modified decrypted Spotify ipa.

I wasn't sure which file to use so I kind of guessed. I tried injecting all 3 at the same time, but I got an error in Sideloady saying duplicate name eeveespotify.bundle, so I'm guessing I can only do 1 at a time. If I did anything wrong please let me know.

I'll give it some time and see if I get a popup to rate the app.

Choose one you need and make sure you also injected SwiftProtobuf, Orion, and CydiaSubstrate

@Exit24
Copy link

Exit24 commented Oct 31, 2024

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693

if it works it'll be merged into main

Ok, I injected com.eevee.spotify_5.7_iphoneos-arm64.deb into a non modified decrypted Spotify ipa.
I wasn't sure which file to use so I kind of guessed. I tried injecting all 3 at the same time, but I got an error in Sideloady saying duplicate name eeveespotify.bundle, so I'm guessing I can only do 1 at a time. If I did anything wrong please let me know.
I'll give it some time and see if I get a popup to rate the app.

Choose one you need and make sure you also injected SwiftProtobuf, Orion, and CydiaSubstrate

I have CydiaSubstrate checked in Sideloady, so I have that injected. Where would I get SwiftProtobuf and Orion from? I can't seem to find them as a deb or dylib file.

@yodaluca23
Copy link
Contributor

try with the debs from my fork: https://github.com/asdfzxcvbn/EeveeSpotify/actions/runs/11536752693

if it works it'll be merged into main

Ok, I injected com.eevee.spotify_5.7_iphoneos-arm64.deb into a non modified decrypted Spotify ipa.

I wasn't sure which file to use so I kind of guessed. I tried injecting all 3 at the same time, but I got an error in Sideloady saying duplicate name eeveespotify.bundle, so I'm guessing I can only do 1 at a time. If I did anything wrong please let me know.

I'll give it some time and see if I get a popup to rate the app.

Choose one you need and make sure you also injected SwiftProtobuf, Orion, and CydiaSubstrate

I have CydiaSubstrate checked in Sideloady, so I have that injected. Where would I get SwiftProtobuf and Orion from? I can't seem to find them as a deb or dylib file.

SwiftProtobuf is available on the release page, Orion can be downloaded from https://repo.chariz.com

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

6 participants