20
votes
11answers
6k views
Programmatically get own phone number in iPhone OS
Is there any way to get own phone number by standard APIs from iPhone SDK?
…
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 a …
1
vote
4answers
2k views
Programmatically add custom event in the iPhone Calendar
Is there any way to add iCal event to the iPhone Calendar from the custom App?
…
5
votes
How to write a simple Ping method in Cocoa/Objective-C
The code below seems to be working synchronously:
const char *hostName = [@"stackoverflow.com"
cStringUsingEncoding:NSASCIIStringEncoding];
SCNetworkConnecti …
