The UIApplication class provides a centralized point of control and coordination for applications running on iOS.
0
votes
0answers
18 views
How to edit local notification between launches
Suppose i'm scheduling a local notification A, then user close the app and relaunch it.
Is it possible to greb notification A again and edit it?
I tried searching the scheduledLocalNotifications of ...
0
votes
0answers
26 views
Is it possible to download an app from appstore from a link and open it directly through the same click?
In one of my current iOS projects, I need to have a functionality like, when we click on a link our app should get downloaded from appstore and automatically get active and when opens it, we should ...
0
votes
1answer
35 views
UIApplication prevent app moving to foreground if other app calls openURL: with valid URL
Can we prevent application moving to foreground if other apps call openURL: with valid URL. I need only save data from URL; caller application should stay in foreground and receiver app should stay in ...
0
votes
1answer
35 views
detect unacknowledged UILocalNotifications
It seems that
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
and
didReceiveLocalNotification:(UILocalNotification *)notification
are only triggered if the user acknowledges the ...
0
votes
1answer
49 views
“Application windows are expected to have a root view controller at the end of application launch” occurred after I disable storyboard
I disabled storyboard by change the Main Storyboard to nothing. And I have rewrite everything so I don't need a storyboard and it working correctly. But in the console log, Application windows are ...
0
votes
1answer
20 views
Wanting to Push to UIViewContoller, from UIViewController via openURL and custom URL navigation
I'm currently working on an application that requires a new view to be pushed to when the user clicks on a URL (This new view contains a UIWebView with browser functions). I've got this working ...
0
votes
1answer
37 views
How does main.m works in iOS?
int main(int argc, char *argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, nil);
[pool release];
return retVal;
}
...
0
votes
0answers
46 views
Didmiss UIActionSheet in MFMailComposeViewController when application goes in background
As Apple says when application goes into background all visible alert views and action sheets on window should be dismissed. I am using [actionSheet dismissWithClickedButtonIndex:0 animated:NO]; to ...
0
votes
1answer
53 views
UIApplication get name of app which will handle URL
I wonder if it's possible to retrieve the name of the app which will handle a specific URL.
In other apps I saw "Open Link in Safari" and if you click, youtube or whatever else will launch. I don't ...
0
votes
0answers
21 views
UIActivityIndicatorView doesn't animate (i.e. glitch or stuck) when applicationDidBecomeActive fires
I have a viewcontroller that is an observer of both applicationDidBecomeActive and applicationWillResignActive. I have 2 methods setup to handle these events.
I also have a UIActivityIndicatorView ...
1
vote
1answer
36 views
Not moving to Settings in iPod Touch
I have a button . When I click on it I have used this code to go to settings in the iPod Touch . But it is not going . iPod touch iOS is 6.1 . Please tell me the problem. Thanks in advance . For ...
0
votes
1answer
40 views
How can I pass a “property-list” object to an iOS Application via Custom URL?
iOS Gurus,
I'm creating an iOS application that will respond to Custom URLs. When reading the documentation for handling a custom URL (API doc here: ...
0
votes
1answer
88 views
UIApplication openURL - get rid of %0A
Issue:
I'm parsing some info from an xml file (RSS feed) into a feed reader I'm developing. When trying opening news URL with Safari [[UIApplication sharedApplication] openURL:url] is not working.
I ...
2
votes
1answer
136 views
Can I programmatically tell which application will open a given URL?
I'm trying to figure out which iOS application a given URL will be opened in.
I know that "http://..." URLs will open in Safari and that "twitter://..." URLs, for example, will open in the Twitter ...
0
votes
3answers
65 views
AppDelegate not being called on iOS / Allegro 5
-- I have this in my appdelegate.m among all the other default calls: --
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary ...
2
votes
5answers
247 views
UIApplicationDidBecomeActiveNotification and setRightBarButtonItem:animated:
TL;DR Update: Basically what I need is to delay my code until iOS finishes its "app startup" animation.
I would like to animate content of a navigation bar when my app becomes active. In my ...
0
votes
1answer
109 views
Confusion between background vs suspended app states
I am bit confused about these two states. Following is my understanding;
when app is in background and if you have "Application does not run
in background" set to NO in App plist file then App ...
0
votes
1answer
49 views
UITableViewCell get UITabBarController
I have got an UITableViewCell and I want to call a void in a ViewController of the UITabBar in it. Is that possible using [UIApplication sharedApplication]? If yes, how can I do that?
Thanks in ...
0
votes
1answer
92 views
ios app hits straight shouldstartloadwithrequest after coming from background instead
I have a webview in my mainviewcontroller and i am laoding a webpage in viewdidload method as below:
- (void)viewDidLoad
{
[super viewDidLoad];
NSURLRequest *requestObj = [NSURLRequest ...
2
votes
2answers
84 views
How to show Alert when UIApplication is not able to open URL?
This method opens up the url in Safari when the website string is not null and it is atleast of length 3. But when I have supplierWebsite=@"www.heritage.com", nothing happens. I know that heritage.com ...
0
votes
1answer
114 views
Facebook button going to facebook iPhone app, but not loading correct facebook page [duplicate]
Possible Duplicate:
Custom URL scheme for new Facebook iOS app
I have a Facebook button in my iPhone app. When it gets touched I want it to go to the Facebook iPhone app and load a ...
3
votes
2answers
369 views
Keep a UIView or UIViewController on top of all others
I am subclassing UIApplication to intercept and display touches in my TouchDisplay view. I would like to extend the Application, Window, Delegate or Main ViewController in order to keep my ...
0
votes
0answers
40 views
Use of principal class in UIApplicationmain does not launch the app
Hi I have used custom principal class in UIApplicationMain to over rite sendEvent method, so that i could detect touch events.
But unfortunately when i do that , my app window doesnt come up at all , ...
0
votes
2answers
113 views
delete files in documents folder when iphone app terminated
My iPhone app will download several content to Documents folder while running the application. I want to delete the downloaded files when app is going to terminate. My app runs on target 4.3 or more ...
3
votes
0answers
212 views
enabledRemoteNotificationTypes returns wrong value on ios 6.0.1 ipod
We are checking to see if APNs are enabled by using the UIApplication's enabledRemoteNotificationTypes method. This works fine for iPhones with iOS 6 and below. However, on an iPod with iOS 6.0.1, the ...
0
votes
1answer
120 views
How to present a modal view controller outside of a view controller using presentModalViewController:animated?
Let's say you have an application in which you know for sure that there's always a UINavigationController displayed, and that I need to display another view controller modally from outside this ...
0
votes
1answer
77 views
write to database when ios app in background state
When iPhone app is in background state or when app is minimized, I want to monitor the duration of time the app is in background and on every regular interval like every 24hrs need to get updates from ...
2
votes
2answers
100 views
iOS: is calling metheds of UIApplication in other thread instead of main thread safe?
Some say that one must use UIApplication in main thread, but I don't see this documented in apple's doc.
So can someone please tell me if it is safe to use UIApplication in a separated thread? If it ...
3
votes
3answers
196 views
How to find out if user pressed call or cancel button when making call from my app?
I need to return to my app after making a call from my app, so i use this code:
NSURL *url = [NSURL URLWithString:@"telprompt://123-4567-890"];
[[UIApplication sharedApplication] openURL:url];
...
0
votes
1answer
106 views
how to link static cells to Outlet/Actions - E.G tap the call cell to call the number
The code I have. By the way, I can't get Call to work and Website does not open either!
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
NSString ...
0
votes
1answer
286 views
iOS application runs after end of background task
I made custom voip application. Almost everything works nice; but time from time application is restarted.
From crash log:
Exception Type: 00000020
Exception Codes: 0xbad22222
Highlighted Thread: 4
...
1
vote
4answers
144 views
UILocalNotification doesn't show text after pressing home button
I use this code to create local notification:
UILocalNotification *notification=[[UILocalNotification alloc]init];
notification.soundName = @"new_friend_request.mp3";
...
0
votes
2answers
108 views
UIApplication sendEvent not working with popViewControllerAnimated
I'm trying to pop the current view controller from navigation controller. I want to do this from a subview that's buried pretty far down the view heirarchy. In my UIView subclass, I have a method:
- ...
1
vote
2answers
107 views
How to calculate time application spent in background in iOS
How to find the time app spent in suspended state (when app minimized on the device). I want to inform the user that your app spent 30 mins in background and please re-login to the app.
0
votes
0answers
190 views
iOS 6: Opening URL in app store
I am using following code for opening my test url in app store but it is not getting open in app store and simply nothing is happening
[[UIApplication sharedApplication] openURL:[NSURL ...
0
votes
2answers
98 views
UILocalNotification adding and removing
After my user logs in the app pulls down a list of their meetings and adds them as UILocalNotification.
Each time the user launches the app and logs in this happens.
Which of the following is ...
1
vote
1answer
567 views
canOpenURL always return FALSE
I´m trying to open an URL with UIApplication, but when I run:
[[UIApplication sharedApplication] canOpenURL:urlToUpdate
The url is created with a String and
NSString *urlStringToOpenEscaped = ...
3
votes
1answer
323 views
Return to application after call is cancelled
I want to use telprompt:// scheme to return to my application after it makes a call. But I have a problem.
If remote person is busy two buttons are shown to me: Redial and Cancel. So if I press ...
0
votes
1answer
38 views
Error when selecting photo when calling ABNewPersonViewController in iPad
I managed to push an ABNewPersonViewController to my navigation controller. However I encountered this error when I'm selecting "Add photo" -> "Choose Photo":
* Terminating app due to uncaught ...
0
votes
1answer
188 views
Is this even possible in iOS 5.1? Programmatically send user to maps via a UIButton (+action)?
I'm trying to use NSURL to send the user to maps with a address from my db. And I want to do this in an action within a UIButton, like I do for tel, mail and web. Like this;
- ...
0
votes
1answer
194 views
How to disable popup menu items like Select, Select All, Suggest…, Define (on UIWebView)?
How to disable popup menu items like Select, Select All, Suggest..., Define (on UIWebView)?
I have found the following information on the help but don't understand how to use it:
For the editing ...
3
votes
3answers
942 views
Open Url hosted using POST method in Safari using sharedApplication openURL method
I have a situation in which i am using POST method to host a url in safari browser in simulator.
The web page is opened in safari after launching my iOS app in simulator. To launch safari i have used ...
0
votes
0answers
55 views
[UIApplication sharedApplication].isNetworkActivityIndicatorVisible - false data
[UIApplication sharedApplication].isNetworkActivityIndicatorVisible calling this returns wrong value many a time... When the indicator is not spinning, it still says, it is spinning! :-(
Why??
2
votes
1answer
350 views
How to apply landscape mode for Game Center View Controller in iOS6
I am working with COCOS2D game. Now i have updated my game to iOS6. I have seen that Apple has changed Game Center login(authentication) process. So for that i have used handler ...
3
votes
1answer
76 views
How to call(dialing) with “ * ” char in IOS?
I hope to call with * character. ex> *711313.
Currently, I'm using this code:
NSString *str = [NSString stringWithFormat:@"tel:%@", tmp];
[[UIApplication sharedApplication] openURL:[NSURL ...
1
vote
3answers
181 views
How can I detect UIStatusBar hide and show?
I'm trying to detect hidden and show of iPhone's UIStatusBar but failed. Are there any solution can help me, like KVO or something else?
2
votes
1answer
91 views
remove BadgeNumber from other app (jailbreak iphone)
I have 2 apps that I want to connect together, I want to control the "BagdeNumer"
will running the other app sometime to show 1 or sometime show 100 ...
I using this command to control on the Badge ...
0
votes
1answer
48 views
Application Did Open from background iPhone
How can I determine when myApp is opened even when it is already opened in the background?
Your help is greatly appreciated.
12
votes
1answer
717 views
UIApplication's -canOpenURL: -openURL: return misleading result
Since iOS6, I can't tell whether the application can launch Safari or not.
If Safari is restricted on the device (Settings>General>Restrictions), nothing happens when trying to open a URL, and ...
3
votes
1answer
3k views
Set status bar orientation in iOS 6.0 [duplicate]
Possible Duplicate:
setStatusBarOrientation:animated: not working in iOS 6
In iOS 6.0, as AppDelegate by default extends UIRepsonder and not UIApplication there is no global ...




