I'm developing an app for personal use (development certificate) without uploading it to the AppStore.
I want the icon to be automatically hidden from the SpringBoard and to be able to looked up from the search.
I tried using:
<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>
But i couldn't make it work (even when changing the bundleID to com.apple.*)
Anythoughts?
(Was tested both on ios 10 and 11).