[android-developers] Re: Publish App

2009-12-08 Thread justinh
I'm pretty sure that has to do with the Developer Console settings, not your app. When you signed up I think their was a field that said "This is your publishing name" ? On Dec 8, 10:53 am, stanlick wrote: > I just published my first application to the market and the "Just in" > display show my i

[android-developers] Re: Publish App

2009-12-08 Thread stanlick
u rock bro! I just found it. Any idea why I'm getting a server error when I try to purchase the app on my phone? Peace, Scott On Dec 8, 9:59 am, justinh wrote: > I'm pretty sure that has to do with the Developer Console settings, > not your app. When you signed up I think their was a field tha

[android-developers] Re: Publish App

2009-12-08 Thread justinh
If your phone uses the same Google account as your developer account, they purposefully disallow you from downloading your own app. (and giving it 5 stars :) ) On Dec 8, 11:02 am, stanlick wrote: > u rock bro!  I just found it.  Any idea why I'm getting a server error > when I try to purchase the

[android-developers] Re: Publish App

2009-12-08 Thread stanlick
Ahh, I see! I was just trying to make sure it worked and I could install it through the store. So, realizing the Google accounts are the same on my phone and dev acct, is the USB cable the only way I can install/upgrade the app on my phone? Peace, Scott On Dec 8, 10:08 am, justinh wrote: >

[android-developers] Re: Publish App

2009-12-08 Thread Maps.Huge.Info (Maps API Guru)
You can always upload it somewhere on the web and download it to your device that way. You'll need to allow "unknown source" under menu- settings-applications in order to download it from a non-market location though. -John Coryat "Radar Now!" "What Zip Code?" -- You received this message beca

[android-developers] Re: Publish App

2009-12-08 Thread stanlick
Thanks brother! Yeah, I've had my beta testers downloading it from my web site, but it doesn't handle version upgrade notifications. Peace, Scott On Dec 8, 10:27 am, "Maps.Huge.Info (Maps API Guru)" wrote: > You can always upload it somewhere on the web and download it to your > device that way

[android-developers] Re: Publish App

2009-12-08 Thread stanlick
care 2 share? On Dec 8, 10:35 am, Wayne Wenthin wrote: > I wrote a batch file that does this for me.   I export as xxx-unaligned.apk > then the batch deletes my old version uses zipalign on the ualigned, > uninstalls the old aligned version from my phone then reinstalls the new > version. > > > >

Re: [android-developers] Re: Publish App

2009-12-08 Thread Wayne Wenthin
I wrote a batch file that does this for me. I export as xxx-unaligned.apk then the batch deletes my old version uses zipalign on the ualigned, uninstalls the old aligned version from my phone then reinstalls the new version. On Tue, Dec 8, 2009 at 8:12 AM, stanlick wrote: > Ahh, I see! I

Re: [android-developers] Re: Publish App

2009-12-08 Thread Wayne Wenthin
I'll do it when I get home. I guess I can't get a connection to my home computer right now. It is fairly easy. Only 4 lines del oldaligned app name zipalign adb uninstall appname adb install appname Other than the zipalign commandline arguments that is it in a nutshell. On Tue, Dec 8, 2009 at

Re: [android-developers] Re: Publish App

2009-12-08 Thread Wayne Wenthin
del CGMBeta.apk zipalign -v 4 cgmbeta-unaligned.apk CGMBeta.apk adb uninstall com.fuligin.cgm adb install CGMBeta.apk with all the gory details On Tue, Dec 8, 2009 at 9:48 AM, Wayne Wenthin wrote: > I'll do it when I get home. I guess I can't get a connection to my home > computer right now.

[android-developers] Re: publish app in google play with password requeriment

2013-04-22 Thread VenomVendor™
Currently it's not possible, to restrict your apps being downloaded by User, Restriction is based only on Countries, API Level & Screen Dimensions. API Level & Screen Dimensions are to be mentioned in *AndroidManifest.xml* Restricting to Specific Countries can be set in GooglePlay *Developer Con