0

The requirement is to hide the app from the springboard and access it from any other apps. And the hidden app should be shown in settings.

I tried this in Info.plist:

<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>

It worked on the simulator, but not on a real device. I am using iOS 11.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253

1 Answers1

0

Apple does not allow to hide an icon for apps on the App Store from the homescreen. The method you are using is not officially suported, hence the mixed results.

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223