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 that new in 3.1?
Yes, in 3.1, the behavior of the tel: call changed back to the way it was in 2.x. AFAIK, 3.0 is the only version that asks the user for confirmation.
Just tried it in an another app and it placed the call without asking me first. Guess you could file a bug report if Apple if you don't think it should behave this way (personally I'm OK with it).
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 want a button to be enabled in my app only when call forwarding is active in the device, but am not able to find any solution on the net. Is there any way we can check from an app if call forwarding is active or not?
Nope. That's all locked down by Apple. If there is a way to detect it, it's only through a private API, which will cause your app to be rejected from the App Store if you use it.
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.
Can we disable the ipad fully? I have heard that its not possible. I have searched for it and it shows that the above cannot be done and if its done then the app will be rejected. But still for an accurate answer i'm posting this. Can any one provide me with the correct response?
No, you cannot do this without rooting the iPad (thereby invalidating its warrantee) and installing what most users would consider malware. (You may well have a reasonable use case — loaning them out or something — I'm just saying, that's how most users would see it.)
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 11 years ago.
I'm new to iPhone development,currently i have to develop my application as dynamic one,Where i have to change the Theme ,App icon,color scheme of application.
with out touching my source code & build file is it possible to do this.
My team lead says it was there in .Net & Java side.like that there in iOS development.
If possible please some one help me solving this issue.
Thanks in advance.
This is posible, but you can't change the appicon and loading screen.
The rest of the theming you will have to code your self.
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.
Im trying to make a game which requires the program to recognize the URL the user has reached.
The URL is a en.wikipedia.org/wiki/random
Can anyone provide a bit of code for this?
You'll want to take a look at the UIWebView Delegate methods. One of the previous comments is right though, you need to do research on your own. Everything I'm telling you is available in the documentation.
- (void)webViewDidFinishLoad:(UIWebView *)webView
http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIWebViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intf/UIWebViewDelegate
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 11 years ago.
Normally, this can't be done. I have written a class which wraps around the usual Storekit functionality and will allow an app to behave (while running on the simulator) as if the Storekit transaction had succeeded.
I have written a blog post about the design decisions behind the code, which can be read here and includes a download link:
http://code-evolution.blogspot.com/2010/05/evolved-code-example-1-simplestore-for.html
Or you can just grab the sample project from this location:
simplestoreevolved.googlecode.com/files/SimpleStoreEvolved.zip
Enjoy
T.
Looks like there was a parallel solution, developed in the same timeframe:
https://github.com/millenomi/simstorekit