0

I developed one android application.I need to upload it on android market as a paid version. I have publisher account in android market . How can i do it ?

Do I need any change in my application code ? What is 'Application Licensing' ? Is it need for paid application to upload in market ?

Thanks in advance

anujprashar
  • 6,263
  • 7
  • 52
  • 86
Ramesh Solanki
  • 2,961
  • 4
  • 28
  • 44

1 Answers1

0

You'll want to have 2 different version of your app and name them slightly different. For example MyApp and MyApp Free.

Here's the official documentation for uploading to the market: http://developer.android.com/guide/publishing/publishing.html

Here's the documentation on Application Licensing. http://developer.android.com/guide/publishing/licensing.html

SBerg413
  • 14,515
  • 6
  • 62
  • 88