can i lock iPhone native app from my app? [closed] - iphone

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to lock native apps from my app.
it is possible or not.
Please suggest me.

No this is not possible, You app runs in a sandbox and can't manipulate any thing outside that sandbox.

Related

How to prevent apps from launching on iphone [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to create an app that can prevent other apps from running. I want to be able to do this programmatically so that my app can decide when other apps are allowed to be used. Is this possible?
No, this is not possible to do on the iPhone.
(And I'm glad.)

How can I capture iPhone console logs programmatically? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have seen two applications in Appstore named Console (Console) and System Console (System Console) to capture iPhone console logs. Does anyone have idea on how they are doing it? If so can you guide me so that I can capture them programmatically.
Yes you can access them (seen it with HockeyApp) with the ASL, the Apple System Log facility
http://www.cocoanetics.com/2011/03/accessing-the-ios-system-log/

Facebook SDK - how to get started [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Could you please point me out to some tutorials for facebook SDK.
I would like to write a desktop app that is just taking a photo and it's posting it on a page wall.
Is there any way for doing this in C# code?
Yes, there is an unofficial sdk here for C#: http://csharpsdk.org/
It also contains tutorials.

What is the best way to do automated UI testing on the iPhone? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What is the best way to do automated UI testing on the iPhone?
___ is to iPhone as Selenium is to web apps
There's in-built SDK support for automated UI testing via UIAutomation:
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Reference/UIAutomationRef/Introduction/Introduction.html
Write your tests in JavaScript, and execute them via instruments. The link above should get you started.

How do I upload a video to YouTube from within an iOS application? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
In my iOS application I need to support the upload of videos to YouTube.
Is it possible to upload a video to YouTube within this application? If so, how can I implement this?
It is possible. There an API for it
http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Uploading_Videos