-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't get data when overriding apps #244
Comments
I have exactly the same problem On which android versions do you have this issue? : every version this is my pojo public class TokenRes {
} When will this problem be solved? Or is there at least one solution right now? |
I fixed this problem. my solution was to clone the hawk project and copy all the code into my project then i edited the code in it. I found the problem where the hawk library decryption key, I skipped the encryption and decryption step. |
Please try to fill all questions below before submitting an issue.
i am using Hawk in a project (A), it's publishing in google play. Now, i created another project (B), I let the appId of 2 projects overlap, I increased the version code and version name on B, B can override A but B can't get data in A.
in project A, i saved String by Hawk, when B override A, B can read this data, but when i save object in A, B can't read it.
What have i do?
Thanks
The text was updated successfully, but these errors were encountered: