Question

The class provided in google lvl AESObfuscator accepts device ID as a parameter. Does that mean that a user with 2 devices will be able to access only using that specific device ID? Do you recommend passing another info instead to enable multi device access for same user?

Thanks

Was it helpful?

Solution

The AESObfusvator is used to encrypt and store information localy (policy class) and it is not used to send encrypted information to the server. There the idea of one user /multiple devices won't be affected and one user can access the app on multiple devices

OTHER TIPS

Yes. You have to Pass another info like appending ANDROID_ID with same Wifi Address because ANDROID_ID is unique for every android device as stated in AESObfuscation. It states that

android.Settings.Secure.ANDROID_ID, which is unique to each device.

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