Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

amazon app store and android licensing LVL

So, I have a few little android apps now, and am thinking about releasing the in the Amazon App Store. However I have one fundamental question I don't see answered anywhere.

How is Licensing handled if you release the app on the amazon store? I am currently using the Google LVL licensing in my paid apps to ensure the user is licensed to run them. I assume that an app sold on Amazon, isn't going to have any connection to tell Google, hey, this app was purchased, they are licensed, so send them an OK TO RUN status when they launch it. Or am I mistaken?

Does Amazon have its own LVL type code? Or do you just have to forget licensing all together if you want to sell on Amazon?

like image 861
user756212 Avatar asked Jul 13 '11 13:07

user756212


People also ask

How much does it cost to put an app on Amazon Appstore?

The first step is creating an account. This is the easy part – you can create an account directly on the Amazon Appstore Developer Portal. For a limited time, we're waiving the $99 program fee to make getting started even easier (or at least cheaper … free) . It's free to register for a developer account.

What promotion do the Amazon Appstore run daily?

The FAD promotion spotlights a single paid app by presenting it on the frontpage of Appstore, offers the app free of charge for one day, and broadcasts the promotion through Amazon's social media channels.

What is DRM in Amazon Appstore?

DRM (digital rights management, or more generally license verification), is used to address developer concerns around unauthorized copying and distribution of your app.

Is Amazon Appstore only for Android?

The Amazon Appstore supports only Android devices. The device you're using may not be compatible.


2 Answers

Simply remove all LVL code from your app (making it unprotected), then select the copy protection radio button when submitting your app to Amazon. They'll add the licensing code to your app before resigning it and releasing it on the Amazon Appstore.

No store-provided licensing code works in other app stores. Many have rolled their own, with varying degrees of simplicity.

like image 113
ProjectJourneyman Avatar answered Oct 28 '22 16:10

ProjectJourneyman


I have an app in Android Market. What should I do to ensure the app works in the Amazon Appstore?

You should make sure that your app does not include any copy protection functionality (you have the option to apply Amazon’s DRM technology – see our FAQ on DRM). You should also take a moment to understand the different signing options available to you (developer signed or Amazon signed) and choose the option that works best for your users.

Source

like image 20
mibollma Avatar answered Oct 28 '22 16:10

mibollma