You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you switch the calendar on your phone to the Japanese calendar, it may cause a date format error. In the code snippet domainFinalConfiguration[kTSKExpirationDate] = expirationDate;, the expiration date might appear as the year 4041, leading to the expiration time not taking effect.
The text was updated successfully, but these errors were encountered:
If you switch the calendar on your phone to the Japanese calendar, it may cause a date format error. In the code snippet
domainFinalConfiguration[kTSKExpirationDate] = expirationDate;
, the expiration date might appear as the year 4041, leading to the expiration time not taking effect.The text was updated successfully, but these errors were encountered: