Transaction.all complains of "Bag value missing"

When querying Transaction.all, the output posts the following error:

2021-06-27 20:00:17.765248-0400 Test App[1203:12345] [Default] Error enumerating all transactions: Error Domain=AMSErrorDomain Code=204 "Bag Value Missing" UserInfo={NSLocalizedDescription=Bag Value Missing, NSLocalizedFailureReason=The bag does not contain in-app-history-max-age nor did anyone register a default value. <AMSBagFrozenDataSource: 0x107e5d370; profile: AMSFrozenBagValue; version: 1>}

How might one provide an "in-app-history-max-age" or set a default?

Accepted Reply

You can disregard this log message. This is a known issue and does not represent an actual error. Transaction.all should still work even though this message is logged.

Replies

You can disregard this log message. This is a known issue and does not represent an actual error. Transaction.all should still work even though this message is logged.