Settings bundle not showing up in iPhone settings

后端 未结 11 885
醉话见心
醉话见心 2021-02-01 01:05

I am trying to add a Settings bundle in my iPad app, but it randomly shows up in the iPad settings menu.

When I run in Debug mode (Device or Simulator) it doesn\'t show

11条回答
  •  猫巷女王i
    2021-02-01 01:12

    iOS Settings App Bug Workaround

    If all of the other answers don't work for you, try using the App Switch UI (double-press Home button) to kill the Settings App.

    After everything else didn't work, this fixed the issue for me.

    App Store Installs & Older iOS Versions

    While I have not tested the hypothesis, I suspect, based on all of the other answers, that this has been an issue for several versions of iOS.

    Rather, I think it has everything to do with how the App is installed. Apps installed via the App Store do not appear to exhibit this behavior while Apps installed via Xcode or similar side-loading mechanisms appear to never notify the Settings App that there is a new Settings.bundle available.

    Launching the Settings App from scratch always seems to work, however.

提交回复
热议问题