ユーザーがコピーできないようにアプリを使用したい。ユーザーが別のモバイルにインストールする場合、ユーザーはアプリの料金を支払う必要があります。
ユーザーがアプリを支払うと、それは 1 つのモバイルでのみ機能するはずです。ユーザーが同じログインでアプリをインストールすると、ユーザーは別のモバイルにアプリをインストールできません。このユーザーについては、これを支払う必要があります。
これを達成する方法。
ユーザーがコピーできないようにアプリを使用したい。ユーザーが別のモバイルにインストールする場合、ユーザーはアプリの料金を支払う必要があります。
ユーザーがアプリを支払うと、それは 1 つのモバイルでのみ機能するはずです。ユーザーが同じログインでアプリをインストールすると、ユーザーは別のモバイルにアプリをインストールできません。このユーザーについては、これを支払う必要があります。
これを達成する方法。
You cannot do this through Google Play's paid app feature.
At best, you can make your app free and have an in app purchase that the user must make, which ties the device IMEI or MAC Address to that purchase on a server you own. That way, you can make users buy the app everytime they install it on a new device.
The copy protection feature is now deprecated, and you can't use it. Additionally, any user with a rooted device can pull your apk off their device. This is outside your control.