I know how to get app version, package name, udid for both Android and iOS But for iOS I can get more info.
Code below returns model name, device name, os type and os ve
I found what i'm looking for. With the following code i can get model name of android phone and android version:
JStringToString(TJBuild.JavaClass.MODEL);//Model name JStringToString(TJBuild_VERSION.JavaClass.RELEASE);//Os Version