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

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top