Ben Yohay
Ben Yohay
### Checklist - [ X ] I've checked that all new and existing tests pass - [ X ] I've updated the documentation if necessary - [ X ] I've...
### Describe the feature or problem you’d like to solve I want to avoid memorizing assignees' login names, therefore I'd like to be able to select assignees interactively when opening...
Hi, We've been using `JOSESwift` for some time, and we want to start precompiling to save build time. I know that this repository doesn't provide binaries, but it would still...
In our apps we call the method `restorePreviousSignInWithCallback:` every startup. This is recommended by the [documentation](https://developers.google.com/identity/sign-in/ios/sign-in#2_attempt_to_restore_the_users_sign-in_state), and we do this in order to be informed that the user's token was...
Hi, In our apps we need to know whether the Google token was revoked or not, so we can delete other data that was obtained using that token. Today, if...
Hi, This framework stores the user's sign-in information persistently in the keychain storage. From looking at the code, it doesn't set the access group of the query to the keychain,...
If the flag is set, Logs found in the logs directory other than the log of the current build will be ignored. Previously Cached requests are still uploaded.
Trying to use the static precompiled xcframework emits errors like: `'LeanplumShouldHandleNotificationBlock' is not a member type of class 'Leanplum.Leanplum'` from file `arm64-apple-ios-simulator.swiftinterface`. I believe this stems from an ambiguity between...
If there are more characters than destinations, write all the leftover characters to the last destination. This way, the current behavior is preserved.