I looked at other questions but could not solve my problem.
Also, this code line crash in firebase crashlytics.
How can I fix? Thanks.
if AUserDefaults.read(key: UDKeys.local_token.rawValue) != nil {
if !BTSingleton.sharedInstance.isContractVersionCheckRequired {
getMyShipments()
}
}