Android :: Find Out If Users Rated Application In Market?

Jan 17, 2010

I want all the users of my application to rate it in the Market. I want to place a small TextView in my application which says: "Please rate my application" but this TextView should only be there if the user has not already rated it. How can I realize this?

Android :: Find out if Users Rated Application in Market?


Android :: Can't Find My Own Application In The Market

May 15, 2010

I just bought an Acer Liquid today, and of course the first application I looked for in the market was my own. I couldn't find it.

View 8 Replies View Related

Android :: Market Does Not Find Application On Some Devices

Nov 20, 2010

I added the application into Android market, but some phones(i think with android lower than Froyo(2.2)) does not find it!

my manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal"
package="com.skkap.utimetable"
android:versionCode="2"...................

View 1 Replies View Related

Android :: Why Magic 1.6 User Cannot Find Application On Market?

Oct 20, 2010

I've published an app today mainly for my forum users to use, just a very simple app that displays wallpapers derived from the forum. Problem I'm having is one guy says it doesn't appear in the market and I've even sent him the APK to install manually but it fails. My minimum SDK version is 4, I created it with the 1.6 SDK specified so not sure why he can't see it or install it. He has a 1.6 Magic handset. So just wondering if anyone has any ideas, the app is called bocn wallpaper, it uses internet and set-wallpaper permissions but I wouldn't have thought the permissions were the problem.

My manifest is as follows:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1" android:versionName="1.0" package="net.dbws.bocnwallpaper">
<application android:icon="@drawable/launcher_icon" android:label="@string/app_name">
<activity android:name=".Main" android:label="@string/app_name">
<intent-filter> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </activity>
<meta-data android:value="xxxxx" android:name="ADMOB_PUBLISHER_ID" />
</application>
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.SET_WALLPAPER" />
</manifest>

View 1 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Cannot Find Application On Market With Android 1.6

Oct 2, 2010

I have x10 mini pro (Android 1.6).

View 3 Replies View Related

Android :: Users Have Trouble Upgrading My App In Market

Oct 12, 2009

I've had more than one user say they have trouble when they "upgrade" new versions of my app in Android Market. One woman says it takes her several "days" to successfully do it (I presume that means multiple attempts spread out over time).Can this be on my end? I upgrade my database on each rev - basically I retreive the user data and stick it in the new database that ships with my app. But I think the complaint is about something different. Has anyone else received comments about anything similar? I am concerned people uninstall my app just because of this issue,

View 4 Replies View Related

Android :: Open Market - How To Redirect Users To Applications?

Sep 17, 2010

I have upload some apps in android market. Now I want to show or redirect users to my other apps. They can easily see and download other apps. Please how to open other apps or how to redirect my app in application. If any sample code that is good for me.swan

View 1 Replies View Related

Android :: Some Users Can't See My Location Limited Droid App In Market / Why?

Jun 27, 2010

I have published an app on Android Market which is limited to Norway. I'm able to find and install it myself from Market, as can several other Norwegian users. A colleague (Android 2.1) and a friend (Android 1.6), on the other hand, cannot find it. They both have phones bought in Norway, with SIM cards from Norwegian providers.

Why are some Norwegian users able to find it, and others not? How does Google determine the location of Market users?

The app works on Android phones with v1.5+.

View 1 Replies View Related

Android :: Strange Or Blank Emails From Users Emailing From Market

Jul 23, 2010

I am getting several weird emails a day from users who have clicked on the 'send email to developer' link in the Market app where either the mail has not contents or is just rubbish such as zbxnbcvnxbnb. Are other devs getting similar and is this just users typing rubbish accidentally or is this another problem with the market interface?

View 3 Replies View Related

Android :: Market Place Not Updating Downloads And Active Users

Feb 17, 2009

I have an application published in marketplace and its not updating the active users/number of downloads on the phone display or the developer console. My other application appears to be fine. Anyone else seeing this? Also when the application was uploaded over the weekend there were issues with setting the location targeting. I could not restrict it to US only.

View 2 Replies View Related

Motorola Droid :: 3D Launcher For None Root Users On Market

Apr 6, 2010

Haven't seen this posted yet so here it is. 3d launcher 2 for non root users running OTA 2.1. Search for "Clockwork mod Launcher" Or "launcher 2" on the market. It will cost you but the devs deserve the donate cause it's not an easy task to get a working 3d launcher on droid let alone one that runs good.

View 19 Replies View Related

HTC Incredible :: Adobe Flash Player Now In Market For Users

Sep 11, 2010

Adobe Flash Player 10.1.92.10 and is now available in the market for HTC Droid Incredible users. Just a heads up.

UPDATE - New update of 10.1.95.1 to fix security issues from 10.1.92.10
ANOTHER UPDATE - New update of 10.1.95.2 to fix security issues and to some, audio fixes.

View 35 Replies View Related

Motorola Droid :: Youtube App Constantly Stopping And Loading For All DX Users / Better One In Market?

Nov 24, 2010

EDIT: I only watch in HQ. but that shouldn't be an issue with 3G speeds.

I'm on Verizon 3G with 700-900kb DL with the most recent version of the "official" Youtube app and the video will take 30 seconds to load, play for 30 seconds, load for 30 seconds, and play 30 seconds and on and on...

I even pause the video for 2 minutes and when I press play it still only plays like 30-60 seconds and stops to load.

I can play flash videos and they will only load once and play right through to the end but with this app it seems like they are purposely loading the videos in 30 second increments to discourage watching videos on 3G.

Is everyone else having this issue? Is there a better youtube app in the market?

View 2 Replies View Related

Android :: Data / Statistics Tracking For Users In Application

Sep 14, 2010

I have a listview populated by a text file hosted on my website that is parsed and made into separate list items. Each list item sends the user to a new activity to view more information on that item. My question is - how do I go about tracking the following data about my application..

# of views of the whole listview
# of unique views of the listview
# of times each list item is clicked
# of unique clicks of each list item

View 1 Replies View Related

Android :: Providing Updates To Unpublished Application - Old Users

Aug 19, 2010

providing updates to unpublished application( old users)

Lets say we have a PAID app - "x-some". 1000+ users downloaded and using it, before 28-Feb-2010. we stopped for some reason from 01-march-2010, by "unpublishing the app" from market.

however, we found some bug in x-some and want to fix it and also to be available to only 1000+ users who already downloaded it. We dont want this app to be seen by new users. Only old users( who downloaded this paid app), should be able to view it and download the new fix.

View 8 Replies View Related

Android :: Good Way To Register Users From Phone Application

Jul 22, 2009

We have a web application and we've built phone applications (iPhone, Android, BlackBerry) to be companions to the site. The usual workflow is that an existing user of the site gets a phone app and then plugs their existing credentials into the phone app and they are off and running, but more often now we are seeing folks who are downloading the app and then (and this should not surprise anyone) don't read the help screen that explains they need to go and get credentials at the web site and therefore cannot connect to the application which does require registration to manage their content. This is a giant usability fail condition.

So we know that we need to put user registration workflows on the phone app. Other than the obvious solution of duplicating our registration page on the mobile, does anyone know of a better identity solution for the phone? For example, on the desktop we also use Facebook Connect as an identity server and the users love it. I'm looking for something that simple that we can implement across the major smartphone platforms.
Clarifying note: I should add here that this registration mechanism is likely to; and it would be desirable if it did, go hand in hand with a general identity/authorization mechanism such as the Facebook mechanism mentioned below. One other place I'm poking around is to see whether there's an openId solution that does not require a browser to pop up.

View 3 Replies View Related

Android :: Cannot Find App On Market

Sep 24, 2010

Sometimes, I see an application on androlib.com, or androidzoom.com that I want to install on my phone. However, I can not find it on Market, I even tried with QR Code, but still come out with a result "not found". why? is it because that app doesn't support my phone? Example, right now, I can not find LiquiDroid on my HTC Wildfire

View 9 Replies View Related

Android :: Cannot Find Where App In Market

Apr 8, 2010

I've read about the WHERE app (finds restaurants, movies, bars, etc). I have the Places Directory (by Google) but I tried it out and it didn't even find the 2 closest movie theatres near me. Why can't I find the Where app in the market?

View 3 Replies View Related

Android :: Can Not Find Ahome App In Market

Jan 7, 2010

Need help finding ahome full app. Is it under diffrent name

View 2 Replies View Related

Android :: Best Apps You Won't Find In Market

Jul 29, 2010

What are the best apps you have come across that just arent on the android market. I Music is great and clearly a well known, safe app. So i'm looking for things along the same lines. Safe, trusted apps that just arent in plain sight on the market. Of course it doesnt have to be music or media related.

View 49 Replies View Related

Android :: Find Non Market Apps

Jan 2, 2009

Just wondering if there is a web sight that hosts non market apps or where I might find some.

View 1 Replies View Related

Android :: Can't Find Many Top Apps In Market

Nov 19, 2009

I have a new Droid Eris and have been having a really hard time finding apps that I read about in different places. I often find myself reviewing a very popular, top-rated app, then not being able to find it no matter how I search in the Market. These aren't usually obscure, ancient, one-off apps. I usually am hearing about them in 'top Android apps' articles, etc.

I usually search by the exact name, then alternate spellings. And I recently got the Barcode Scanner and am scanning the QR codes over at AndroLib.com to see if it's any easier. But I haven't gotten ANY of those to come up.

- What gives with the Android Market? Could I have something setup improperly?

I live in Los Angeles, so I doubt it's a location issue.

Some sample apps I couldn't find just tonight:
- Camera ZOOM FX
- Voice Trans
- Voice Text

View 10 Replies View Related

Android :: Can't Find Launcher Pro Plus In Market

Sep 17, 2010

Is this due to the market bug with the leaked 2.2? If so, is there a work around short of rooting?

View 7 Replies View Related

Android :: Can't Find The Youtube App In The Market

Oct 22, 2010

I was looking for the youtube app on my HTC Desire running froyo. I can find it on appbrain but I can't find it in the market!

View 7 Replies View Related

Android :: Can't Find MeContacts In Market / How To Get?

Jul 6, 2010

I was looking for speed dial apps and found thought I'd try out MeContacts. The link to the app from appbrain app (and other websites) transfers me to the market and then just gives me an error: "The requested item could not be found." Is it down or is it just my phone? I'm running a rooted Moto Droid with BB 0.4 as my ROM.

View 4 Replies View Related

Android :: Cannot Find Apkatcher App On Market

Jan 6, 2010

saw APKatcher referred to in a post but cannot find it in app market searching from my droid.any knowledge?

View 1 Replies View Related

Android :: App Can't Find In Google Market

Aug 6, 2010

I have publish a app with this AndroidManifest.xml:

code:..........

and with publish option Copy Protection = ON(Helps prevent copying of this application from the device. Increases the amount of memory on the phone required to install the application.), Locations = all Locations
but i found that some device can't find it in market , it including Acer liquid, sony ericsson x10 mini pro, and even a Sansung Galaxy S.

View 1 Replies View Related

Android : Cannot Find LockPicker App In Market

Oct 1, 2010

I despirately need to get hold of the LockPicker app, however I cannot find it on android market, and any online links or QR's dont work.

View 2 Replies View Related

Android : Why I Cannot Find Skype In Market?

May 21, 2010

Does anyone know why I cannot find skype in the market?

View 7 Replies View Related

Android :: Android Market - Cannot Find Free App In The Market

Mar 15, 2010

I've got several messages from my users that they cannot download my app. My app should be available in any market from sdk 1.5 and up, but it's not. Why only part of users with sdk 1.6 can find my app? Should I add android:targetSdkVersion?

CODE:..............

Is something wrong with AndroidManifest.xml?

View 2 Replies View Related







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