SKStoreReviewController not showing app icon in development

喜夏-厌秋 提交于 2019-12-24 11:16:53

问题


I'm using SKStoreReviewController to show the built-in AppStore rating UI. When I test this locally, the app icon is not shown on the popup, instead Xcode's default icon (for projects without an icon) is shown. However, the app is configured correctly with an icon, which is displayed on the home screen.

Is this expected behavior or should the dialog contain the icon even in development mode? According to the docs, the dialog is not shown in TestFlight builds, so I cannot test this unless I release the feature, and I'd prefer not show this "broken" dialog to my users.


回答1:


In case anyone else stumbles across this problem: in the released version the icon was correctly shown. I think the issue was related to Xcode caching resources in dev mode somehow.



来源:https://stackoverflow.com/questions/51030769/skstorereviewcontroller-not-showing-app-icon-in-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!