Standard way to configure an App from outside
I’m new to App-programming.
I want to write an App that should run on different tablets.
Specialty: Every tablet should get a unique name and my App should read this unique name.
AFAIK the tablets are managed by soti.net . So SOTI should provide this unique name.
I think unique names based on “hardware-IDs” are not a good solution. The name should be something human-readable. Imagine something like wh-1, wh-2, …
In a LINUX-server environment I could imagine an environment-variable like $WH1 .. $WH2 which would be set by the admins and read by the server-program.
But what is the “standard way” for such a use case in an “app-world”?