Tagged Questions
1
vote
2answers
271 views
How can I launch app store from my application
Im trying to implement button which opens app store application from my app. I use this simple line of code, which opens safari but not app store application.
[[UIApplication sharedApplication] ...
1
vote
4answers
3k views
doesn't return windows
I need to add a view to window on iPhone, so i tried to do this: [[UIApplication sharedApplication] windows], but it seams that the array contains only one window.
Can anyone tell me what i'm not ...
0
votes
2answers
48 views
UIApplication kind of quits while in background
When you open up an app and press home screen again, the app is obviously in te background. When you open other apps and wait a time, the views of my app have been unloaded (like UITableView reloads ...
0
votes
1answer
53 views
URL can't be opened from the application
In an application, this:
http://web.extebtion/projects/projectName/myaccount.php?1310625280.37+TE1PUFha-MDEyMzQ1Njc4OV85X3NpbXVsYXRvcg==+1310625280.37
(TYPE OF) URL is being tried to open by:
...
0
votes
2answers
251 views
Propagating touches from UIApplication in a custom manner
Is it possible to propagate touches from shared application object to a custom view which has not actually received touches and somewhere at the back of the top view? Assume that I can't use my top ...
-1
votes
1answer
106 views
Removing the gloss from app icon when app installed on the device
When we pass the Application icon files inside CFBundleIconFiles, we get a rounded gloss on upper half of the icon. How can we get rid of it like in icon for "Settings" app.