Android :: How To Link Paid Application User Account To System?
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
Sep 20, 2010
I want to create a application where user can login with twitter account and whatever activity he does (depending on other cases) should be tweeted. Now since twitter has removed basic authentication how to achieve this ?
View 1 Replies
View Related
Nov 11, 2009
Has anyone found a way to delete a user account entered into the Youtube app? I only see an option to add another account but no option to remove an account.
View 3 Replies
View Related
Feb 22, 2010
this question is now obsolete, as Android Market includes much more countries and such services as PayPal Mobile Payments Library are available.I'd like to sell my Android application, but I live in Poland and in my country* Android Market supports only free apps (we cannot sell and we cannot buy too).What is the best way to sell application in such situation? I can accept PayPal money transfers, but I don't know how to distribute APK package without exposing it to getting pirated. Did someone tried it already and succeeded? you may be surprised, paid apps are supported only in 12 countries worldwide.
View 3 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
Mar 21, 2010
Something happened that should've never happened and now I have to make a new google account and try to rebuild everything. Gmail, igoogle, voice, etc. I did some poking around, but it seems no one has ever asked about any way of transferring paid apps from one google account to another. Is this possible, or am I now $20+ in the hole on apps I can no longer use on top of everything else that has happened? For some reason, google flags things that the built-in search can't catch. Transfer Paid Apps to a New Phone?
View 10 Replies
View Related
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
View Related
Aug 8, 2010
Happy droid user on Nexus One. Thinking about playing around with one of those cheap android tablets. If I logon to that tablet with my google account, will it mess up my N1 and existing account/settings? Also what happens with my apps? can I download the ones I've paid for again (onto the new device)? etc.
View 8 Replies
View Related
Nov 28, 2010
I originally setup my Droid with my Google Apps account as primary. A few months ago I decided to buy a paid app in the Market and couldn't do so using my Google Apps account. Reluctantly, I added my Google Account as a secondary account on my phone, which allowed me to purchase apps in the Market. Now that I can finally use Google Checkout with my Google Apps account, I would like to remove my Google Account from my phone, since I'm tired of being prompted to select an account each time I create a new contact. Will removing my secondary account affect apps that are already installed? What about when updates become available for these apps in the Market?
View 6 Replies
View Related
Jul 3, 2010
I have just upgraded my phone to 2.1, and want to reinstall my apps. If i go to the Marketplace, and "Downloads", there is nothing listed. I presume that only paid-for apps will be listed? I was using (and paid for) Exchange by Touchdown on the previous version of Android, but this is not listed. Am i looking in the right place? The only location referenced on the web is "My Downloads"...I presume this is the same as "Downloads"?Is there somewhere on the web that I can see the apps that I have used/paid for under my account? Please help! Thanks!
View 1 Replies
View Related
Feb 13, 2009
I noticed a 'Setup a Merchant Account at Google CheckoutFree' is now available at market.android.com, but not functional yet. We're getting closer! Is the link working for anyone?
View 1 Replies
View Related
Sep 10, 2010
On froyo, when I get a Link exception while loading a library, it does not give the symbol that it could not find! On eclair, there used to be a helper message saying "cannot locate xyz symbol'. Without, this information, how do I debug this library load error on Froyo? I am using System.load to load libabcjni.so. When I build the testapp, I can see the following line for libabcjni.so: adding: lib/armeabi/libabcjni.so (deflated 75%)Code...
View 1 Replies
View Related
Aug 24, 2010
I was just thinking that one day in the near future we will have Google operating systems on all of our devices i.e. phone, laptop, and tablet/pad. I am not sure what if any difference between Chrome and Android and how this will affect the likes of Microsoft and Apple. I believe that you can now download the complete Chrome operating system and install it on our laptops etc. See this link Google Android OS Now Available For Download. What are your thoughts on google operating systems.
View 4 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
Sep 28, 2012
How do one move (paid) apps to a new phone and new Google-account?
View 1 Replies
View Related
Sep 6, 2013
I want to create a new account on Gmail Android.
Im interested to find the direct link used by Gmail when creating an account on Android
Then i want to paste that link into my Windows browser, and sign up like i do it from Android.
Is the link coded into the apk file?
View 2 Replies
View Related
Sep 6, 2013
Is there any way to find the "Sign UP" link coded in Gmail.apk ?
Can i paste that link into my Windows browser, and sign up like i do it from Android. ?
How to capture the web requests from gmail.apk?
View 6 Replies
View Related
May 3, 2010
I managed to get oauth token and Token secret from google, after the user login and grant access to the web site. after that I want the user's ID, first name, last name, and other available information about login user's.How can I achieve it.
View 1 Replies
View Related
Jan 31, 2010
I have a Java-JNI-App which must run in 'system' user mode, but once switch to that, my App then cannot access /sdcard.
View 2 Replies
View Related
Aug 24, 2010
I have a application. I write android:sharedUserId="android.uid.system" in AndroidManifest.xml. I want to get system permission. I install to HTC mobile phone. But install fail.error info: Package has no signatures that match those in shared user android.uid.system. In application I need android.uid.system, don't remove.
View 5 Replies
View Related
Nov 24, 2010
I am developing an Android frontend to a web application using its API. This Android application will expose some extra features if the user is a 'pro'. Therefore I need the Android app to acquire the information whether an account is pro. That is done while getting the token. In other words, when the Android application requests a token to the web application via the API, the web application provides also a flag representing whether the user is a pro.
When the Android app gets that piece of information, it stores it in the SharedPreferences, like this: this.sharedPreferencesEditor.putBoolean(Account.PRO_ACCOUNT, isPro).commit();
Then the Android app reads that value to decide whether a certain feature is available to that user. Now, my question is: is that approach easily hackable? I mean, can some clever user work-around this system and get pro-features even if they are not pro-users? How could do that?
View 1 Replies
View Related
Feb 26, 2010
Is it possible to get the user name against the default Gmail account on device?
View 2 Replies
View Related
Mar 16, 2010
I'd like to be able to create a special user account that would exist on an android device. Since it is based on the Linux kernel, I was hoping there was a way to create a group account and then create a user account. Is it possible ?
View 1 Replies
View Related
May 13, 2010
I wanted to change the Google account that my phone was linked to, so I cleared the google app. Now when I try to sign in using my google account to link the phone with the phone (the new one or the old one) it asks for my login info, then says Signing in and says it may take up to 5 minutes. Then it gives me a message that says: "Can't establish a reliable data connection to the server. This could be a temporary problem or your SIM card may not be provisioned for data services. If it continues, call Customer Care." I have called customer care and they can't figure it out. They told me I need to go to a Sprint Store that does service, but there isn't one very close to me, so I'd rather not take half a day to drive there if I don't have to.
I have full bars and everything else works great. I can get my email, use the internet and do everything else that doesn't require the use of the google account. But I can't use the google mail feature or go to the Marketplace. I'm using 1.56.651.2 and haven't really done anything else to the phone as far as changing settings or rooting or anything.
View 6 Replies
View Related
Mar 28, 2010
I have contacts in my phone book that I entered manually and wanted to know if there was a way to sync them to my Gmail account in case something were to ever happen to my phone?
View 4 Replies
View Related
Nov 7, 2010
I keep trying to add my exchange account to my phone but its not working. Keeps returning an error message saying Unable to open connection to server..seeing as I am not a phone, computer guru..and add the fact that I am female...I have no idea what to do next...anyone know what is wrong..what I should do..what I am doing wrong
View 1 Replies
View Related
Nov 5, 2009
In my G1 phone, Once I setup the gmail account, after some time, maybe one hour. Reboot the phone, then I will never be able to login gmail again, I always get the log...
View 2 Replies
View Related
Nov 14, 2010
I am running plainJane and want to change my font by flashing .zip on recovery. Can some one either point me to a list of fonts or post a list that I can download straight from my phone?
View 2 Replies
View Related
Aug 19, 2010
Droid X - Configured with a Google Apps Premiere, working great. Attempting to add a personal GMail account. Go to the GMail app, select add account, fill in the metrics and then...... "Needs to communicate" message for ~ 3 minutes, then bombs out with - "Can't establish a reliable data connection to the server". 3G is fine, on a wifi connection that is fine, web browser works fine..... Google Apps account works fine.
View 3 Replies
View Related