Tagged Questions

3
votes
2answers
1k views

How do I make iPhone SpringBoard show two or more icons for one application bundle?

It seems like Info.plist file has an ability to declare different roles for the same application bundle through the UIRoleInfo key. SpringBoard can recognize these roles after inst …
0
votes
4answers
214 views

Disable iphone home button in app, is it possible?

hello, I want to develop a screensaver-like app where the only way of getting back to the springboard is entering a code. Therefore I would need the Home Button action to be ignore …