What causes iOS 11 iPad recent apps dock icon to be grayed out?

元气小坏坏 提交于 2019-12-05 02:05:28

After some more testing, I have come to the conclusion that this is an iOS11 bug. I was able to replicate the bug with my own app and another app that is live on the App Store (Google Play Music).

This appears to happen when uninstalling an app that is present in the "Recent Apps" section of the dock. Upon reinstallation and opening the app, the icon is grey.

I found the same issues in my old projects and debug it using several approaches. I've found that for me Fabric/Crashlytics framework - that is what affects icon in dock.

In short: just comment: [Fabric with:@[[Crashlytics class]]]; line in your AppDelegate and icon in dock will be tappable again. I suppose for AppStore builds that won't be an issue. Also I think Fabric team will fix this issue for future releases.

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