I am using SKStoreReviewController.requestReview()
to request feedback in my app, however the window shows an old AppIcon that I had in the app.
我正在使用SKStoreReviewController.requestReview()在我的应用程序中请求反馈,但是窗口显示了我在应用程序中的旧AppIcon。
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?
如何更改它以显示最新的?
2 个解决方案
#1
0
Refer this one, this may help you, you need to change app icon in plist.
请参阅此内容,这可能会对您有所帮助,您需要更改plist中的应用程序图标。
#2
0
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.
最终修复它的是重命名项目并运行新构建。它看起来像我的设备在哪里缓存旧图标,所以即使重新安装也无济于事。
#1
0
Refer this one, this may help you, you need to change app icon in plist.
请参阅此内容,这可能会对您有所帮助,您需要更改plist中的应用程序图标。
#2
0
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.
最终修复它的是重命名项目并运行新构建。它看起来像我的设备在哪里缓存旧图标,所以即使重新安装也无济于事。