I am using SKStoreReviewController.requestReview()
to request feedback in my app, however the window shows an old AppIcon that I had in the app.
The icon that is displayed is nowhere to be found in my assets, everything is replaced with the new one.
How can I change it to display the latest one?
What fixed it eventually, was renaming the project and running a new build. It looks like my devices where caching the old icon somewhere, so even re-installing wasn't helping.