hide apps programmatically

后端 未结 1 1228
忘了有多久
忘了有多久 2021-01-03 16:07

I need to hide my app programmatically from the springboard as the \"Nike+ iPod\" app does. Does anyone know how to achieve this?

PS: It\'s an in-house app and I\'m

相关标签:
1条回答
  • 2021-01-03 16:29

    Ok I achieved it, In the Info.plist add following lines,

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

    I tried with JB Device

    0 讨论(0)
提交回复
热议问题