0
votes
0answers
42 views

Iphone Application crashing when running in iphone 4 with os 6.1.3

Devastating to hear from a user possessing iphone 4 with os version 6.1.3 is unable to run my application downloaded from app store i.e. it is crashing when launched.I have done rounds of testing ...
2
votes
1answer
96 views

What are proper ways to count application launches?

Say, I'm developing a Windows (if OS is important) application that will be available to download for free and I would like then to collect some usage statistics. In the easiest case - count of ...
1
vote
2answers
117 views

launching another C# application

I have two C# applications (Windows Forms). Both developed by myself. I want one application to launch the other and open a form related to a parameter passed from first application. If second ...
0
votes
0answers
221 views

How to detect when an app or activity starts in Android?

I would like to be able to detect the launch of another app/activity from my service. I was previously able to do this via inspection of logcat messages, specifically something like: ...
0
votes
1answer
1k views

Applications are expected to have a root view controller at the end of application launch HELP PLEASE

My app was launching fine earlier today and now im getting this error "Applications are expected to have a root view controller at the end of application launch" Any help would be appreciated. Ive ...
-3
votes
2answers
140 views

Launch an iPhone app in an international market [closed]

I´m planning to launch an app for the iPhone. I wonder if there is a way to launch the app, country by country? For example, if I first begin with the Norwegian market and after 4 four weeks I launch ...
3
votes
4answers
949 views

Android-How can I know if it is the first time the application launched?

How can I know if it is the first time the application launched? If you are answering please add a full code because I have read some answers and I didn't understand them. Thanks.
3
votes
3answers
1k views

Launch PhoneGap-based iPhone app from email link

I just switched from Titanium to PhoneGap. All works well except that I have been unable to get the app to be launch-able from an email link. The iPad/iPod animates to start the app and then the app ...