Christopher Prince
Christopher Prince
Any update here? It's been a year.
> Thanks! This is a much simpler solution than completely replacing sqlite. What is the implication of running without the `SQLITE_OPEN_FILEPROTECTION_COMPLETEUNTILFIRSTUSERAUTHENTICATION` when it's not available? Well, good question :). I...
> @cprince-foreflight, thanks! I think one case worth checking will be the following: > > 1. use Remote Config without this change to initialize DB > 2. try to access...
> > @cprince-foreflight, thanks! I think one case worth checking will be the following: > > > > 1. use Remote Config without this change to initialize DB > >...
I repro'd those test steps on my iPhone hardware too. Between Test 1 and Test 2 I restarted my device to ensure that I had to sign back in. Same...
I ran another test sequence, on my iPhone. Test 1 was the same with this setup: Test 2 had: Between Test 1 and Test 2 I powered down my iPhone...
Just to confirm, there is no watchOS support in this snapshot testing for SwiftUI VIew's presently, right? E.g., > assertSnapshot(of: view, as: .image(layout: .sizeThatFits)) works on iOS but will not...