Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to limit my paid app for only one device on same account in Android and iOS

I will publish paid app for android and ios. I want that one account can only install and run on one device. Otherwise I want to block the app on first device. Is there any way to do this?

Note: I know there is a lvl for Google Play. But I am not sure, it does this exactly. Sorry for my english.

like image 731
Dauezevy Avatar asked Jun 12 '15 17:06

Dauezevy


People also ask

Can I use paid Android apps on two devices?

You can install your paid apps on as many of your devices as you like, so long as they are connected to the Google account used to purchase the apps.

Can I have 2 phones with the same apps?

On OnePlus, Samsung, and other Android phones you can run more than one copy of the same app without third party tools.

What is multi user app in Android?

Android supports multiple Users settings, applications, and data. Android Automotive relies on Android's multi-user support to provide a shared device experience, wherein each device User is intended to be used by a different physical person.

Can you share paid apps?

You can share your paid apps, movies, calendars, and more with your family using Google's built-in Family Library feature on Android. It isn't uncommon for families to want to use the same apps, play the same games, and watch the same movies. But you don't want to have to pay for them all multiple times.


1 Answers

What you seem to need to do, is to get the device_ID and pair it with the account.That shouldn't be hard.

You get the device ID when your customer registers ,than at login you check the login credentials AND the device ID...

Here's pretty much all you need regarding the device ID (not the login,I trust you can handle it yourself)

How to get unique device hardware id in Android?

like image 103
Vlad Avatar answered Sep 22 '22 18:09

Vlad