Alex Po
Alex Po
I set using 4 spaces for identation. It works. Then I close app, start app. It does not work. Checking settings: they are set ok - 4 spaces for identation....
https://github.com/veehaitch/devicecheck-appattest/blob/cb26211f63c1e2e7949deafe2efdf352daca27fa/src/main/kotlin/ch/veehait/devicecheck/appattest/receipt/ReceiptValidator.kt#L172 ``` // 5. Verify that the receipt’s creation time, given in field 12, is no more than five minutes old. // This helps to thwart replay attacks. if (notAfter.isAfter(receiptPayload.creationTime.value))...
``` // this works use std::ffi::{OsStr}; // this does not use std::{ffi::OsStr}; fn main() -> std::io::Result { return Ok(()); } ``` With this code panic popup rises: > rustsym panicked...