Android : Determine Whether A User Installed Our App Via Market Link?
Nov 1, 2010
I have an app which is linked to (via an Android Market URL) on several different websites. What I need to implement is a way to determine where my users came from. Is there a way to determine the referring URL that the user followed to download my app via the Android Market?
View 2 Replies
Aug 26, 2010
I want to share applications with a friend of mine. Is there an application that will let me send him a market link for applications that I have already installed on my phone?
View 9 Replies
View Related
Oct 12, 2010
I'm looking for a way to determine user identity so I can globally track game scores off phone.IMEI provides identity of the phone - not effective if phone is on- traded or upgraded by individual. USIM provides identity of phone carrier subscriber - assumes device is phone, and currently has a SIM card.I'd like to be able to provide continuity as a user upgrades to a new device. And I dislike being forced to create an account on each global scoring system, so I don't want to force that on my users. And my end user experience with OpenFeint leaves me disinclined to use it.It doesn't need to be bullet proof. But it does need to be hassle free for my users.Is there any other identifier on an Android device that I can use to link data more cleanly with the current owner? And how would I get hold of that identifier? I'm thinking something like the user's Google account .. or similar
View 12 Replies
View Related
Nov 29, 2009
Can anyone suggest a simple way to determine if it is the first time my app has ever been launched since it has been installed?
View 2 Replies
View Related
Sep 6, 2010
Is there a way to determine what apps are currently installed on an android device? I guess reading /data/app directory doesn't do the trick (access denied).
View 1 Replies
View Related
Oct 14, 2010
I am trying to determine the city in USA the user is in using their current location from an Android App. I want to use the GPS as the location provider but how accurately can I determine the name of the city from the Locale or Latitude / Longitude data.
For instance I noticed the twitter app determines you are in Manhattan when tweeting from Manhattan, but is it possible to retrieve New York City instead of Manhattan from the location data and likewise Los Angeles instead of Beverly Hills.
This is because all I need to determine is which city the user is in as per the current location.
View 1 Replies
View Related
Aug 19, 2010
I'm trying to programmatically determine what audio applications are installed on an Android phone. I'm able to enumerate all the installed applications, but don't yet see a way to figure out which ones are capable of playing audio? What property of the application would have to queried to determine if is capable of playing audio?
View 1 Replies
View Related
Apr 7, 2011
I have an app that was installed via Android Market. And so, the Android Market knows when new versions are out and notifies me of an update. Titanium Backup calls this the 'Market Link', not sure what else it could be called.
how would I go about 'disconnecting' the app from the Market? Deleting the market link as if it were side-loaded?
Yes, I know this means no more updates for the app etc. Which is actually what I'm after.
I'm using a SGS - DocRom V9.6 with Speedmod Kernel k13a
View 9 Replies
View Related
Jul 27, 2010
Is there any way I can extract the .apk for an app I downloaded and installed from the market? So I can store the .apk on my PC
View 7 Replies
View Related
May 3, 2010
I have an issue related publishing the paid app to android market. (My application is internet connection based app.) If I've put the app to the android market, can user who bought the app pass to anyone? How is its security (I mean safe of .apk file)? Also, what is payment tool of android market? My main point is choosing the best way to link paid user to our system. Actually I don't know how to link paid user account to my system(by email address or device unique ID? What is better way?).
View 1 Replies
View Related
May 14, 2010
I want get app installed by user,this is all apps List
CODE:.................
View 1 Replies
View Related
Sep 21, 2010
Can you link me to the list of what apps can be installed to sd ..
View 2 Replies
View Related
Aug 4, 2010
I've been struggling to get my application to consume user installed identity CA certs from a p12 file on an SD card. I can't seem to figure out how to access these certs once installed using the Secure Credential Storage (Location & Security > Install from SD card).
I've tried the approach recommended here by creating a TrustManagerFactory and passing it a null KeyStore but that seems to get me just the ssl related certificates.
Haven't found much in the way of documentation.
View 3 Replies
View Related
Jul 22, 2010
I have heard others reference a page in a user manual, I assume this is not something they got with the phone but something downloaded. Does someone have a link?
View 4 Replies
View Related
Apr 24, 2010
I could have sworn I saw something about a link to the Droid Incredible User Guide. The only link I could find by Googling it is invalid. Was there an issue with the guide and was it taken down? It's raining here this weekend and I though I would take this opportunity to acquaint myself with the guide before I get my phone next week.
View 1 Replies
View Related
Aug 16, 2010
I installed a couple of programs not from the market (tweetdeck for example) how do I go about removing them? I know if I had downloaded it from the market I could just go there to uninstall it, but what if the APK was installed from a link? I am rooted btw. Can I just use the folder program to go in and delete the APK?
View 3 Replies
View Related
Nov 15, 2010
I want to do a app which lunch android market. (The activity should only one activity)
View 1 Replies
View Related
Jul 7, 2010
I have tried via <a href="market://search? q=pname:com.google.zxing.client.android"</a> but it is not working. I have also checked in T-mobile G1 but it does not show me link. How to set android market link in sms?
View 3 Replies
View Related
Aug 9, 2010
I am building many apps for Android and wish to have a menu button in the apps that basically opens a list of my other apps in the Android Market.
Is there a way to create an intent and have the Android market pop up with a search (of my company) in the market so users can buy other apps?
View 1 Replies
View Related
Sep 12, 2010
Does anyone know how to break a market link.
I have a couple of apps that have changed from free to trial versions and would like to have them not show up as needing an update. I am rooted, and have SQLite and Root Explorer but I cannot find where that bit of info is stored. If someone could point me in the right direction, or if you know of an app to do this, that would be great. I know TB can backup/restore the market link so it should be possible to break it somehow.
View 7 Replies
View Related
Jul 7, 2010
I have tried via <a href="market://search?q=pname:com.google.zxing.client.android"</a> but it is not working. I have also checked in Google Android T-mobile G1 but it does not show me link. How can i embed link of android market application link in sms?
View 2 Replies
View Related
Oct 29, 2009
If I have a free version of a paid app in the Android market how can I place a button in the free app that opens the paid version in the market?
View 1 Replies
View Related
Jan 5, 2010
I wanna know is it possible to send market link(market://details? id=<packge_name>) in the mail , that would direct user to the application(in android market). i was not able to send using <href --> tag as we do in HTML . Kindly guide on this issue . kindly let me know if the Q is not clear. Below is the code...
View 4 Replies
View Related
Nov 2, 2010
Can someone please provide a link to the latest appbrain apk... I am not able to download it from the market and all links I found on Google were outdated versions of appbrain.
View 3 Replies
View Related
Mar 3, 2012
What is the exact link to the page that lets users post comments about an app? I want to have a pop up in my app that allows the user to leave a comment but I can't seem to figure out the exact URL to the comments page.
View 6 Replies
View Related
Mar 3, 2009
Using G1, go to http://www.myspace.com. Notice the site is able to detect the user agent from the browser and provides a link to search the MySpace application on the Android Marketplace. Google's http://code.google.com/android/devel/sign-publish.html# publishing provides options to search, e.g. http://market.android.com/search?q=pname:<package>. This does not work for me.
View 2 Replies
View Related
Apr 1, 2010
I just launched my app VLC Remote and was surprised to see that there isn't a way to post a link to the app on the market that works both on my android device and also in my browser.
-so I made a way, and I'm opening it up for all-comers.
What it does is lets you post an http link like this
http://and-download.hobbyistsoftware.com/android/download?name=VLC Remote&q=pname:com.hobbyistsoftware.android.vlcremote
If someone clicks on the link from an android device, then the link opens in the market. If they click from their computer, then it offers to send them a link by email (so they can click on the link on their device).
the download emails have a (subtle) advert for my app, but the feature is clearly your app!
details are here:[url]
View 13 Replies
View Related
Jul 13, 2009
Is it possible to put a link to an app in the market on a webpage? If not, and the apk is hosted directly, can we assume download stats in the market will be unaffacted?
View 4 Replies
View Related
May 10, 2010
I want to offer a webform on my app's website that sends an email to the provided address, that if opened from a Android device would launch the marketplace on the phone.It takes me to a loading screen, but I get Sorry, the application Market (process.com.android.vending) has stopped unexpectedly.Please try again.Is this possible?It seems that it would be due to the marketplace even trying to load?
View 2 Replies
View Related
Jan 26, 2012
How can I delete a market update on a manual installed apk?
View 1 Replies
View Related