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.
Related
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!)
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.
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 to add Task in Reminder Default app from iOS mine developed app
Yes, you can access Reminders in iOS apps using APIs in EventKit.framework, in iOS 6 or later. See these links to the official iOS documentation:
http://developer.apple.com/library/ios/#documentation/DataManagement/Conceptual/EventKitProgGuide/ReadingAndWritingReminders/ReadingAndWritingReminders.html#//apple_ref/doc/uid/TP40009765-CH5-SW1
http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EKEventStoreClassRef/Reference/Reference.html#//apple_ref/occ/cl/EKEventStore
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.
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.
Is it possible to generate game levels using music without of violation of Apple's rules for applications in app store
Yes and many apps do this, an example would be "Beat Hazards". and there is no reason to believe it would violate the tos.