-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issues with secure shared preferences #15
Comments
Hi! Thanks for the report, I did an initial investigation and for now it looks to me like it's related to an The only difference is that we don't actually use What I'm slightly concerned about is that you mentioned you also use parts of the security library in your application so there's a chance your implementation and ours in Beacon interfere with each other causing the problem. If it turns up that your implementation just doesn't work alongside Beacon's (or vice versa), I'd be happy to find a way to fix it in the library, but then I'll need an MVP (it could be your app, if it's open source, with an instruction on how to build and run it) and steps to reproduce it with a list of known affected devices (I need a list to increase my chances of getting my hands on such a device 😅), since it looks like it's not happening on every device out there. |
Yes, Our source code is open source and available at https://github.com/Tezsure/naan-app. We are still trying to figure out how to reproduce this issue since it only occurs on some devices in certain cases. Currently, all the reports we have received are from users whenever they try to update the app and open it. Clearing the cache resolves the problem. |
Hi Phone having this issue also have issue with flutter package called flutter_secure_storage: mogol/flutter_secure_storage#354
@AniketSindhu you're also using https://github.com/TalaoDAO/beacon ? |
Bug Report
Current Behavior
For some of the users beacon android sdk is throwing this error
How to Reproduce?
We are also using secured shared preference in our app. I think it might be due to some conflicts
Environment
Additional Context
The text was updated successfully, but these errors were encountered: