English 中文(简体)
Why I can t purchase my own application on the Android market? [closed]
原标题:

Closed. This question is off-topic. It is not currently accepting answers.


Want to improve this question? Update the question so it s on-topic for Stack Overflow.

Closed 10 years ago.

I just uploaded my application in the market, but I m not able to purchase it (it s a pay app).

I saw here that it seems to be made by design, but then why the error message is Server Error try again ?

Is there a way to bypass that ?

最佳回答

Do you have an Android Developer Phone? If so, you can t purchase your own app by design. Since ADPs are unlocked, there s nothing preventing an ADP from easily pirating any app it downloads, so they are purposely cut off from downloading paid apps.

问题回答

Please note that it is against Google Checkout s policies to purchase your own application. You will receive an error message when you try to purchase your own application.

Doesn t look like it. Why are you wanting to buy your own app?

There s definitely validity in trying to buy your own app, simply for the licensing service.

I tried to do the same thing, and received the same error on the server. My purpose for buying my own app is that even when I install the signed .apk file on my phone, the Licensing Verification Library that I use to check License validity does not cache licensing checks UNLESS it is purchased from the market. So there was absolutely no way that I could test the true Licensing experience that users would have on there phones before publishing!

In my case, my brother bought the app right away and tested it, and it worked great coming from the market, where it works a bit differently on my phone. Because of this, I have to wait for it to do the License check every time I run my own app. This wouldn t be bad, except for the fact that I can t run my app when I don t have a connection, such as airplane mode, because it doesn t cache the successful licensing responses!

I would really appreciate Google changing it so you just couldn t rate or comment on your own apps, but that you COULD purchase them. After all, you re actually losing money by purchasing it, since they take 30% for the carrier fees, etc.

Yes, the Google account associated with your market seller account cannot purchase it s own apps.

Personally I think this is a mistake on Google s part. I found some issues I couldn t solve until I had a market downloaded copy of my app - for some reason the debug version worked with the license service all the time, but downloaded ones didn t. I ended up buying it on my wife s phone.

Personally I wish I d created a new Google account to use for selling my apps.

Yeah, I ran into the same problem. I uninstalled the APK from my phone so that I could download it from the market. It works fine for my free apps but not my paid apps. I guess there is no need for QA and the customer to use the same process lol





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签