Question

Is there any way to get device Id using MIT App inventor?

I am using Activity starter from other stuff and setting properties like this:

  • Action: android.intent.action.ACTION_MAIN
  • Activity Class: TelephonyManager
  • Activity Package: android.telephony

Is this the correct process for getting the device id?

Was it helpful?

Solution

as Gary already mentioned, this is currently not possible with AI

EDIT: However, you can identify a user with OAuth, see an example here http://puravidaapps.com/taifunOA.php. The user can authorize the app to get his email address for identification.

UPDATE: now with the new Extension feature, you can use an extension to get this information, see also my answer here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top