Skip to content
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

iOS 13 simulator forget persistent data #248

Closed
hvge opened this issue Sep 24, 2019 · 4 comments
Closed

iOS 13 simulator forget persistent data #248

hvge opened this issue Sep 24, 2019 · 4 comments
Assignees
Labels
Milestone

Comments

@hvge
Copy link
Member

hvge commented Sep 24, 2019

It looks like that in the latest Xcode 11 (11A420a), the latest iOS simulator is unable to keep the persistent data in the keychain. The result is that the activation data is not present, or not available after the application restart.

This is the simulator problem and probably will be fixed by Apple later, but still, it's pain in the *ss, because the majority of our client's developers are using iOS simulator in regular basis.

@hvge hvge added the ios label Sep 24, 2019
@hvge hvge added this to the 1.2.0 milestone Sep 24, 2019
@hvge hvge self-assigned this Sep 24, 2019
@hvge hvge modified the milestones: 1.2.0, 1.3.0 Sep 24, 2019
@petrdvorak
Copy link
Member

Quick question - do we have any insight on which specific part of the code is failing?

@hvge
Copy link
Member Author

hvge commented Sep 25, 2019

Yes, if there's SecAccessControlRef object in the query, then the simulator doesn't store the data and return the success. I've checked the underlying database (it's sqlite, so can be investigated) and there's really no data stored.

@petrdvorak
Copy link
Member

Thank you.

@hvge hvge closed this as completed in a3c1639 Sep 26, 2019
@hvge
Copy link
Member Author

hvge commented Sep 26, 2019

Fix will be deployed to upcoming 1.2.0 & 1.3.0, but I'll backport this change also to 0.20.x & 1.1.x branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants