简体   繁体   中英

iOS - Hide App icon From Springboard

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM