openurl
iOS How to exit current app after using UIApplication openURL to launch a browser
I am very new to iOS development. The app I need is very simple: just open a web browser and go to a specific URL when my app is launched. So in the delegate file, in didFinishLaunchingWithOptions, I[详细]
2023-01-25 20:50 分类:问答UIApplication openURL background
In my iOS 4 application, I need to open a URL from the background, at a time specified from the user. However, for some reason, I cannot launch a URL from thebackground for some reason. Here is my cod[详细]
2023-01-25 09:40 分类:问答Restarting iPhone application after [UIApplication sharedApplication] openURL
As title says I\'d like to know how to restart my iPhone app after doing this: [[UIApplication sharedApplication] openURL:[NSURL UrlWithString:@\"tel://0123456789\"]][详细]
2023-01-08 07:47 分类:问答Emailing HTML from within an iPhone app is stopping at special characters
I have an iPhone app that will let users email some pre-determined text as HTML. I\'m having a problem in that if the text contains special characters within the text (e.g., ampersand &, >, <)[详细]
2022-12-27 22:44 分类:问答Do Apple require Network detection for openURL in Safari from your app?
I am about to submit my first iPhone app to the app store and within the about page, I have a link to our website. Is it ok to allow Safari to open and fail to load if network is not present, or will[详细]
2022-12-25 18:06 分类:问答NSURL doesn't work any time
i have the following problem sometimes my openURL-Dialog works perfectly, then i looked at the variable from the url and that is the variable:[详细]
2022-12-22 21:27 分类:问答Code execution prior to loading an url from an iPhone
If you call: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@\"http://test.com\"]]; it seems to automatically quit your app -- bypassing the dealloc, viewDidDisappear, or any other[详细]
2022-12-21 16:53 分类:问答iPhone: Is it possible to open a password-protected file using openURL?
Title pretty much says it all.My app has the URL and password for the file myFile.ext, located at: https://myserver.com/stuff.cgi?db=mydb[详细]
2022-12-20 18:29 分类:问答Change iPhone's default Browser
Is there any way to alter the application an iPhone uses to view websites so that Safari isn\'t opened by default?[详细]
2022-12-19 16:11 分类:问答Where does UIApplication's handleOpenURL 'Return' to exactly?
I\'m working on a handling a custom URL Scheme in an app and am trying to sort out: - (BOOL)applicati开发者_如何学Goon:(UIApplication *)application handleOpenURL:(NSURL *)url[详细]
2022-12-17 16:52 分类:问答