문제

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