Disable the iPhone when user going over 10mph [closed] - ios

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
How can i disable the phone when user going over 10mph , disable means user can't use email or any text writing work.I am able to calculate the speed but not disable or hang the iPhone.
Please help me.
Thank You

You can't, You might be able to make your own app give a warning that you are traveling to fast. But there is no way to disable to iPhone.
All apps are sandbox and have limited acces to the other apps or the system.

Related

Can I get info about apps? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have some ideas for new apps.
And I have one question. Can I get information about launched apps? I need only names of this apps. Is it real to make? And if it is realizable, will it will be accepted by appStore?
There is a way to achieve this. You'll need process names of apps, not their AppStore names.
How to get information about free memory and running processes in an App Store approved app? (Yes, there is one!)

How can I give my App multi language support? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can I give my App multi language supportd?
I know it is possible with NSLocalizedString, but I don't know how to do it.
iam new to iPhone dev.
One of the simplest tutorial from Ray can help you a lot. U can follow this link http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial
Its really simple and easy to understand.
Hope this works for you \m/
EDIT:
you can refer to this screenshot in order to overcome "+" problem which has been changed in latest xcode.

Hiding phone number being called through iOS app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want let users make calls through my app. Is there a way to hide the number being called, so that the privacy is protected?
Thanks
I don't think that this is possible, as it could be used for malicious purposes.
If you want the privacy of the person making the call to be hidden, you can use a *67 prefix on the number when you dial. Basically, just add *67 to the beginning of the number. Most US carriers support this.

iOS visualisation [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I recently found this app, called Atoms in Motion, I want to use the same kind of visualisation in a different app, does anyone know how the real-time visualisation would be done, or have any suggestions for a language I could use to do this? The user needs to be able to interact with the app, for example in Atoms in Motion you can swipe your finger to increase the temperature.
Cheers for any help
http://www.raywenderlich.com/457/intro-to-box2d-with-cocos2d-tutorial-bouncing-balls
In a few words,
1) download cocos2d-iphone
2) use chipmunk or box2d (both included in cocos2d-iphone) to simulate mechanics you need.

How to dial number starts with * in iphone app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am developing an iPhone app and I need it to call a number that starts with *, is there a way to overcome Apple's restrictions (I know they prevent that)?
If Apple has explicitly restricted something then you can't just "overcome" it in the build in SDK. Usually the only way to get around Apple's security protocols is to develop an application strictly for Cydia.

Resources