API Differences in MetricKit in iOS 17.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in MetricKit in the iOS 17.0 SDK.

Table of Contents

Classes

MXSignpostRecord
MXCrashDiagnosticObjectiveCExceptionReason

Properties & Constants

MXMetaData
@property(atomic, readonly) bool lowPowerModeEnabled;
MXMetaData
@property(atomic, readonly) bool isTestFlightApp;
MXMetaData
@property(atomic, readonly) pid_t pid;
MXDiagnostic
@property(atomic, strong, readonly, nullable) NSArray<MXSignpostRecord *> *signpostData;
MXCrashDiagnostic
@property(atomic, strong, readonly, nullable) MXCrashDiagnosticObjectiveCExceptionReason *exceptionReason;