Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Tell me how alarm clock works on Iphone sdk 3.0. When app has closed the alarm still working, and then show alert message that alarm has launched. I know that Ios 3.0 doesnt support multitasking.

share|improve this question
name one. ..... – Matthias Bauch Feb 10 '11 at 20:49

1 Answer

up vote 1 down vote accepted

iOS 3 did not support multi-tasking it the public API available to 3rd parties. The iOS is (and always has been) a multi-tasking OS, however. Clearly Apple apps (Mail, Clock, etc.) had access to this capability before 3rd parties.

share|improve this answer
Thanks a lot!!! Can i access to undocumented ios api or this api are hidden and cannot be accessed? – dpart Feb 10 '11 at 22:05
It can be accessed, however it will cause your app to get rejected when submitting to the App Store – MyCSharpCorner Jan 29 '12 at 16:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.