Questions tagged [launching-application]
285 questions
0
votes
1 answer
iOS app crashes/hangs when launched manually but not otherwise
My app hangs at a certain point only when it is launched manually by tapping on the app icon on my device. It runs fine when Xcode launches it on my device and when Xcode launches it on the simulator.
Any advice on debugging this situation? I've…

JMLdev
- 846
- 2
- 10
- 21
0
votes
1 answer
Open installed apps in iPhone device
Is it possible to open an iPhone app by just knowing app name like follows?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"AppName://"]];
Or should i use some other way?

OneDerr Siva
- 207
- 3
- 14
0
votes
1 answer
iOS app launch takes too long to display
Working on first app, have most of the programming done but app is taking too long at launch to display first tableview on tabbar. It takes 8-10 seconds on launch to display. Looking for help on tracking down what code is taking so long, etc. Here…

rossi
- 133
- 3
- 10
0
votes
1 answer
How can I open a PDF file via my Android app?
I want to open a pdf file via an Android app. So far I have written the following code:
public class PdfopenActivity extends Activity {
String selectedFilePath;
@Override
public void onCreate(Bundle savedInstanceState) {
…

user1508544
- 3
- 1
- 4
0
votes
1 answer
"Applications are expected to have a root view controller at the end of application launch"
My app was launching fine earlier today and now I'm getting this error
"Applications are expected to have a root view controller at the end of application launch"
I've looked at other threads saying to change my code, but I never changed any code…

user1350228
- 59
- 1
- 7
0
votes
1 answer
android : launching activity from a broadcast receiver
I have activity stack A->B->C->D...
I am finishing A soon after launching B. SO the stack is actually b->C->..
Now i have a broadcast receiver which launches A. From the receiver i have to launch it as a new task. So now another task is created with…

png
- 4,368
- 7
- 69
- 118
0
votes
1 answer
Launching a second application from a first one, then close the first one
Is it a good practice in C#.Net to launch application B from application A, then close application A? Could there eventually be thread problems / bug?

Léon Pelletier
- 2,701
- 2
- 40
- 67
0
votes
1 answer
FDT's Haxe Viewer Won't Launch My Project
I tired to and set the Launch URI using the browse button, but it doesn't seem to be wired up. Also if I try and set a configured path relative to the project (bin/js/index-debug.html) it reports that "Please select a valid URI file".
Here is a…

Alan Klement
- 1,218
- 7
- 18
0
votes
1 answer
Programs compiled in "simple c++" mode don't work when launching them from QtCreator
Programs compiled in "simple c++" mode in QtCreator don't work correctly when launching them from qtcreator, but work when launching out from this ide.
When launching from QtCreator, the terminal window opens, i can enter in it anything, but program…

Ivan Akulov
- 4,323
- 5
- 37
- 64
0
votes
2 answers
How do I launch powershell from 3rd party application?
I have created a Powershell script which uses the Active Directory Module. I need to execute the script from a 3rd party application called LANDesk.
When I do that it doesn't run the script properly. I believe it's because of the AD Module. When I…

Bobby
- 57
- 1
- 3
- 6
0
votes
1 answer
Android root access prevent App launch
Does anyone know of a way to programmatically prevent the launch of another app (or list of apps) if you have root access?

easycheese
- 5,859
- 10
- 53
- 87
0
votes
1 answer
How to test for a valid application with NSWorkspace launchapplication in Cocoa/Xcode/OBJ-C
I have a setting for external editor that end-user can change in settings. As I want to make my software smart, I want to set button that starts this external software to disabled state, if software is not valid (maybe TextEdit has been moved to…

jake1981
- 303
- 3
- 11
-1
votes
1 answer
Broadcast Receiver App Activity Launching
I am making an android alarm app, I want to show alarm activity when alarm time is reached.
Problem is that the activity is opening in the app but the app is not launched automatically.
I want to make my alarm activity come on foreground when the…
-1
votes
1 answer
Error launching Studio- JAVA_HOME - Failed to create JVM.JVM path
I get the following error:
I tried the advises from other posts but it did not worked. I made a JAVA_HOME variable in both user and system but it still doesn't work.

Chris911
- 909
- 1
- 6
- 10
-1
votes
1 answer
Application not launching on tappping the app icon on home screen
We have an application build for the several ipad users. The provisioning profile used for building this app has all the UDIDs. The application was working fine till last week.
Now the users are facing problem in lanuching the app. When they tap on…

Snehal
- 597
- 3
- 10