سؤال

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