2

I have completed my development for my app in android. When I go to publish my app. i have to License my application why because its a paid app. so if the your want share the app from the phone to phone then i have to restrict to share or ask for the payment. How to do that in android?

is there possible to publish my app without licensing by selecting copy-protection option as off now and update it later.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
Praveen
  • 90,477
  • 74
  • 177
  • 219
  • FYI: Using the licensing feature is optional. You should just be able to upload your app without integrating that feature, and without selecting Copy Protection in the Market web UI. – Christopher Orr Dec 15 '10 at 15:38

1 Answers1

1

Copy protection is going to be removed if it's not already.

As for your first question, did you look at the documentation? What exactly don't you understand. I think google was pretty clear on what the licensing process is http://developer.android.com/guide/publishing/licensing.html

Falmarri
  • 47,727
  • 41
  • 151
  • 191
  • then is it just for the expiration validity for my app. am i understand it correctly now? – Praveen Dec 15 '10 at 15:21
  • I think you're talking about signing, that's different. http://developer.android.com/guide/publishing/app-signing.html – Falmarri Dec 15 '10 at 16:16
  • no. i mean that the app has some period of validity for a payment. if that expires user has to pay again. is that right? – Praveen Dec 15 '10 at 17:31
  • No, users can use the app and receive updates indefinitely once they purchase it. – Intrications Jul 06 '11 at 17:27