Jesus (iOS)
Jesus (iOS)
@rizafran, thanks for your response. I think that is not related to this issue, because it is about account deletion and this issue is about remove Sign In with Apple...
Thanks, I'm gonna try it!
Hi @aboedo, the change was amazingly faster. We're gonna share with you the logs before and after the change. [RevenueCatLogsBeforeFixBranch_4_11_0 copy.txt](https://github.com/RevenueCat/purchases-ios/files/9610523/RevenueCatLogsBeforeFixBranch_4_11_0.copy.txt) [RevenueCatLogsAfterFixBranch_4_12_0 copy.txt](https://github.com/RevenueCat/purchases-ios/files/9610508/RevenueCatLogsAfterFixBranch_4_12_0.copy.txt)
@aboedo we're experimenting delays also in the simulator (with no appleid configured and not Apple ID signed in). Is it expected? cc: @unxavi
And it is possible to use a configuration parameter to disable (opt), the case that @aboedo reverted? I think that solve our problem for now. @NachoSoto . At this moment...
A certificate is not needed to use SSL pinning, you can do it with the public key, If I'm not wrong. @aboedo . If the public key changes, (something very...
Which is the line `Lock.swift:28`? we're experimenting a crash and this line appears on stack trace after `SystemInfo.swift:119`. I think that apple hasn't got this filename in its framework (I...
I need to change pre and post actions (build and test) from the scheme autogenerated. It is defined inside of the workspace. *****-project scheme (build and test all targets)
Also I tried to create the scheme with a testPlan (that is the road) and doesn't work
Yeah, it works, thanks a lot. @kwridan Also I'm facing to change the run action, but seems like it doesn't work or I'm doing something wrong. Always The executable is...