Android Question I want my app to trigger a message telling the user that he needs the registration number.

hears

Active Member
Licensed User
Longtime User
my app user have no internet, do not want use google service...

is here have offline License system for app ?

do you have any advice for this function?
 
Last edited:

hears

Active Member
Licensed User
Longtime User
i want to send each customer a unique serial number,
this app not selling on google play.

my customer andriod equipment have no internet.

 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Again: You DONT need to change the Font. Even not making all BOLD!
Let the font default.
 
Upvote 0

hears

Active Member
Licensed User
Longtime User
changed :)
 
Upvote 0

An Schi

Well-Known Member
Licensed User
How do you want your customers to recieve the number without internet?
SMS? Papermail? You could also email a file to their PC and then they copy&paste the file to a specific folder on the phone. Or you tell them the number and they write it into an edittext....
 
Upvote 0

hears

Active Member
Licensed User
Longtime User
yes,they can get License from another phone or PC,

I want to create an encrypted string based on a personal key,
I have get a unique device identifier,use PHONE libary,"android_id"

B4X:
Dim p As Phone

MsgBox("The device's ID is: " & p.GetSettings("android_id"), "")


after how to lock a part of APP function ?
 
Upvote 0
Top