Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「Nike+ iPod」アプリのように、プログラムでスプリングボードからアプリを非表示にする必要があります。これを達成する方法を知っている人はいますか?
PS: これは社内アプリであり、アプリ ストアに提出する予定はありません。
わかりました。達成しました。Info.plistに次の行を追加します。
<key>SBAppTags</key> <array> <string>hidden</string> </array>
JBデバイスで試してみました