[GRDConnectSubscriber] fix currentSubscriber()
Closed this issue · 0 comments
tzeejay commented
The function currentSubscriber()
calls into the keystore in order to retrieve the JSON string representation for the current subscriber object, but it is stored unencrypted in the shared preferences.
Calling currentSubscriber()
does not appear to successfully retrieve the current subscriber object, does the call to the keystore instead of the shared preferences cause this?