pendingExpiredSessionReports(withAppIdentifier:storageDirectoryAt:)
Returns the expired session reports for content key sessions created with the specified app identifier.
Declaration
class func pendingExpiredSessionReports(withAppIdentifier appIdentifier: Data, storageDirectoryAt storageURL: URL) -> [Data]Parameters
- appIdentifier:
The opaque identifier for the app.
- storageURL:
The URL that points to the directory containing expired session reports.
Return Value
Returns an array of expired session reports.
Discussion
The system only returns expired session reports. It doesn’t include reports for active sessions.