Android :: Market Statistics For Applications Targeting

Feb 3, 2009

Last week I published our first app to the Market, which is a game targeted to users in The Netherlands. Now that the G1 has been available over here for a couple of days, we have received feedback from several of our users. When I look at the developers console in the market however, the download count still shows 0.

Also on the device it is listed as <50. When looking around in the Market, I see that all applications targeted to The Netherlands are listed as having <50 downloads, even an application that received a lot of publicity. Have other developers noticed the same?

Android :: Market Statistics for Applications Targeting


Android :: Targeting Applications For Specific Carriers

Aug 12, 2010

I need to target apps for a specific carrier. Any tips on how to do this? I've seen <uses-library> for market filtering, but looking for something else.

View 3 Replies View Related

Android :: Targeting Specific Carriers In Market?

Oct 28, 2010

I read here: http://www.androidguys.com/2009/10/11/developers-can-now-target-by-carrier-in-android-market/ that it can be done if you go to the Android Market, and go to your app, then go to Publishing Options -> Locations, but I don't see anything to select a specific carrier there, only specific countries. Is this something that Google changed? Can this still be done, or is it done automatically? Can't the carrier be detected from the device?

View 1 Replies View Related

Android :: How Often Do Market App Statistics Update?

Aug 17, 2010

I uploaded my app to the market last night, and after an hour or so it showed 107 installs, 88 active, 2 comments. It still says that (12+ hours later), even though when I click comments there are 10+. How often do the statistics update? Is there any way to update them manually?

View 1 Replies View Related

Android :: Collecting Market Installation Statistics

Oct 28, 2010

On the Market web page, I can see how many copies of my apps have been installed. But, this only shows the current total. If I want to see historical trends, I need to check the page daily and record the numbers myself -- an annoyance at best. Is this info available anywhere on the Market site? If not, has anyone written a screen-scraping utility (or equivalent) that can harvest the data into a spreadsheet?

View 18 Replies View Related

Android :: Market Statistics Stall Showing Same Number

Nov 20, 2010

Does anyone else have their download statistics stalled? Mines are showing the same number since the 17th. The apps are published and are visible from the market's client, so I hope it's (another) temporal problem from the Market.

View 11 Replies View Related

Android :: Seems Android Market Statistics Go Wrong Again

Jul 16, 2010

I found all my apps install decreased. One of my app install decrease from 13898 to 12251.

View 14 Replies View Related

Android :: Targeting 1.5 And 1.6 Devices From 2.0 SDK

Oct 29, 2009

I'm interested in learning Android development but if I install the latest 2.0 SDK, will I still be able to target 1.5 and 1.6 devices? (since there is only one 2.0 device right now)
Basically I'm wondering if it will tell me if I'm doing something that won't work on older versions of the OS.

View 2 Replies View Related

Android :: Build App For 1.5 Devices While Targeting 1.6 SDK?

Jan 21, 2010

I'm building an application, and need to support both 1.5 (Magic and Hero) and 1.6 (Tattoo) devices.
As Android SDK is forward compatible, it seemed logical to build against Android 1.5 SDK, and expect application to work on Tattoo. While that's true, (I tested app, it works ok), I'm now having problems on Android Market. On Tattoo, Market search by default filters android apps that doesn't have explicit support for small screens defined in AndroidManifest. Problem is that attribute exists only on Android 1.6 SDK, so Building against Android 1.5 SDK is no an option anymore. How safe is to build App agains A1.6 (with minSdkVersion="3") and run it on 1.5 devices? Is there anything else I should take care of except just change target SDK?

View 1 Replies View Related

Android :: Targeting Multiple OS Versions

Nov 17, 2009

We are upgrading our application to add 2.0 support. I have read http://developer.android.com/guide/appendix/api-levels.html and the older blog post http://android-developers.blogspot.com/2009/04/backward-compatibility.... I want to avoid using reflection if possible. I have found that if I set my minSdkVersion="3" in the application manifest but in my build path in eclipse point to the Adroid 2.0 jar file I can compile with direct calls to 2.0 code (with the relevant code to ensure they are not invoked on <2.0 devices). My question is will people with pre 2.0 devices be able to see the application in the market place in this case? What are other people using for multi-targeting different API levels with the same package.

View 7 Replies View Related

Android :: Targeting 1.6 - How To Get Rid Of Auto Permissions In APK?

Jan 6, 2010

I'm trying to get rid of the mentioned (READ_PHONE_STATE and WRITE_EXTERNAL_STORAGE) auto-permissions in my signed apk, but I can't. I know it is an issue with targeting 1.5, but this isn't my case. I'm targeting >=1.6. I've checked everything: In my manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.aaa.bbb"
android:versionCode="1" android:versionName="1.0.0">
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" />
Eclipse generates the proper value in default.properties: target=android-4

View 3 Replies View Related

Android :: Targeting Broadcasts To Specific Receiver

Jul 3, 2009

I am trying to get the intent "android.intent.action.BOOT_COMPLETED" sent only to the receiver "com.android.mms.transaction.MmsSystemEventReceiver" as this triggers the sms notification to be updated and removed if there is no longer any unread sms's. The issue I have is I need to make sure the broadcast is only sent to the class above. If it goes to other receivers the phone could end up in an unknown state or something strange. The code below does not seem to work.

Intent intent = new Intent(); intent.setAction("android.intent.action.BOOT_COMPLETED");
intent.setClassName("com.android.mms", ".transaction.MmsSystemEventReceiver");
activity.sendBroadcast(intent);

This code does work but since it goes to all receivers I have noticed some errors starting to show up in logs etc.
Intent intent = new Intent();
intent.setAction("android.intent.action.BOOT_COMPLETED");
activity.sendBroadcast(intent);

View 7 Replies View Related

Android :: Important Features Missed In Targeting OS 1.5 Instead Of 2.2?

Oct 6, 2010

I'm beginning with Android development. I'm aware that there is a lot of Android devices still on OS 1.5 or 1.6 so I'm thinking about require API level 3 as minimum to support them. What will I miss from 2.2? Which are the most important features I will miss targeting Android API 3 (OS 1.5) instead of most recent API?

View 3 Replies View Related

Android :: Buy Applications On PC From Market Possible?

Sep 17, 2010

Can you buy apps form the market on your PC? All the ones I click on to buy want me to enter my info on the phone and it just seems like it would be easier to do on the PC. BTW what happens when i buy a app for my current phone and then later get a new phone? Will the app have to be re-bought?

View 6 Replies View Related

Android :: Applications Outside Market

Mar 6, 2010

The Market is great. Use your phone, find your app, and install it with one click. (Hope THATS not patented!) But what about folks that live in countries not supported by the Android Market? Or devices that don't support the Market? Or the simple fact that some great stuff just isn't IN the Market? Get ready to open up a new tab on that browser and let's go for a spin.Before we get started, we do need to make sure our phones are set up to find and install apps that are downloaded from other places. Enabling non-Market applications is easy. Let's do it now.Using apps that aren't from the Market.Open up your settings by clicking the menu button or digging into your app drawer and selecting settings.Flip through the list and find the Applications section.

You'll see an ominous looking section called Unknown sources. We need to check that box. Now before you go all clicky, prepare yourself for what you're going to see. A pop up is going to appear that warns you about how vulnerable you're going to be by installing apps that aren't from the Market. What that pop up isn't telling you is that Google allows any application into the Market without a review process. I'll leave the discussion about the good and bad of this for another time, but anyone could write a nasty app and put it on the market just as easy as hosting it somewhere else. Google is just being diligent and covering themselves, and I don't blame them. Just be careful what you download, and where you get it from and you should be OK.

View 4 Replies View Related

Android :: Possible To Buy Applications From Market From PC For Handset?

Jan 16, 2010

Is it possible to buy apps from the market from your desktop rather than through the phone without going through the handset browser?

View 5 Replies View Related

Android :: A Way To Search 2 Applications In Market?

Mar 15, 2009

I know I can search one application from Android market by viewing the following URL: market://search?q=pname:<package> I actually have a few application published, but want to limit my query to return 2 applications. How do I do that?

View 2 Replies View Related

Android :: Applications Don't Download In Market / How To Fix?

Nov 19, 2009

3 applications now will not download from the Market. The say that they are starting to download, but don't...ever. What gives?

View 3 Replies View Related

Android :: Unable To Buy Applications From Market

Dec 17, 2009

I can't buy apps on the market, because I live in Luxembourg. I know about SlideMe which is an alternative for me to be able to buy some apps. I want to pay for some apps that I like and do not want to download them on some warez site. Does anyone know about an Internet site or a better alternate Marketplace than SlideMe where I can buy apps for my Hero?

View 5 Replies View Related

Android :: How To Search For Applications On Market?

May 4, 2010

This seems like an odd question, but how do I search for apps on the Android Market website? I don't have an Android phone yet, but I soon will. I want to see what apps are available for the Android phones. How do I search for them (looking for SplashID and a few other from my Palm days).

View 5 Replies View Related

HTC Incredible :: Cannot Buy Applications From Android Market

May 14, 2010

I'm new so I'm probably missing something here but I can't seem to buy any apps from Android Market. I'm using a google apps domain which is synced to my Incredible. I registered for Google checkout this morning and I can login to google checkout using my domain.com email address. I go to buy an app and it asks to log in to my google account. I enter my info and it shows me that my calendar, contacts, and email are syncing. It takes me back to the buy button which puts me into a loop.

View 2 Replies View Related

Android :: Getting Manifest.xml Of Applications From Market?

May 20, 2009

is there some way to retrieve the manifest.xml of an application from the market, without installing the application? I think the official Market Application somehow get this file (or at least parts of it) to show needed permissions, etc. before installing. I'd be interested in seeing the IntentFilters defined by applications and their activities and processing this information in my application.

View 6 Replies View Related

Android :: Sell Applications On Market

Mar 4, 2009

Is it already possible for people outside US and GB to sell applications on the market? Because i want to set up a merchant account and on the form it is only possible to choose between US/GB for my location!?May this is only possible when we will receive the android update (market is then no beta version)?

View 7 Replies View Related

Android :: Where Are Market Applications Stored?

Nov 22, 2010

I have a Droid Continuum and I am wondering where the apps are stored that I download from the marketplace.I checked the downloads folder in my SD card but nothing is there.It is obviously somewhere in the internal files of the phone.But where exactly are the downloaded apps stored? I checked the /data folder and i found nothing there.so it must be somewhere else..If anyone has the answer, it'd be great...I found the system apps, just not the downloaded ones.

View 3 Replies View Related

Android :: How To See All The Applications In The Google Market

Apr 29, 2010

The official web site just show the top applications both free and paid, where or how could I see all the applications in the market?

View 4 Replies View Related

Android :: Write App Targeting Droid Core Kernel / Start This Programming?

Jun 18, 2010

I am 6 months experience in Android, use to develop simple UI based application. Now i want to write application targeting the Android core Kernel.For example i want to develop a Framework which is not present in Android.To achieve that we have to write the code for the Kernel. I dont know where and how to start the Android Kernel Programming. If anybody knows the way to start it.

View 3 Replies View Related

Android :: What's The Status Of Installing A Non Market Applications?

Sep 26, 2010

I understand there are two ways to distribute one's apps: 1) through the Market and 2) directly to the user. Now that my app is in beta, I would like to give it to a few of my users to test. But how? What I read on the web talks about installing SDKs, tweaking with many options and using an auxiliary app; I deem these to be well beyond the ability or patience of my users. Is there an easier way? What's the EASIEST?

It would be best if the user can simply navigate to the link and download it using their android phone. Is this possible? I am trying to figure out how to instruct my users to download and install it painlessly. (taking the SD card out for intermediate installation is not painless and is prohibitively intimidating). this is a keyboard that you need to invoke, twice, after you install it. Once through Settings> Languages and Keyboards, and the second time through tapping and holding on the text field and selecting. Oh and it's called MessagEase-beta

View 9 Replies View Related

Android :: Market Issues And Missing Applications

Nov 19, 2009

I don't know if this is a relic of the issues earlier this morning with the Market or if it is because I just upgraded to the new HTC Hero firmware, but I cannot see any of my applications on the Market, nor can I see several others that I have downloaded before or am familiar with. Are there still some issues with the Market or did HTC screw up yet again?

View 3 Replies View Related

Android :: Awful Bad Spam Applications In Market?

Jun 29, 2010

I was wondering what was with all these really awful bad spam apps. Theres like a million apps based on Korean chicks and all they consist of is a few pics etc. Shouldn't poor material like this be kept off the market?

View 10 Replies View Related

Android :: Download Certain Applications - Market Not Working

Oct 28, 2010

these last few days i wanted to download certain applications. i click install and the market tells me item to be downloaded. then i got to downloads and it says: starting download. and it remains like this forever and the download would not start, tried clear cache, uninstall upodates, clear data with no results...

View 49 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved