Plausible CrashReporter
|
Crash log application data. More...
Inherits NSObject.
Instance Methods | |
(id) | - initWithApplicationIdentifier:applicationVersion: |
Initialize with the provided application identifier and version. More... | |
Properties | |
NSString * | applicationIdentifier |
The application identifier. More... | |
NSString * | applicationVersion |
The application version. More... | |
Crash log application data.
Provides the application identifier and version of the crashed application.
- (id) initWithApplicationIdentifier: | (NSString *) | applicationIdentifier | |
applicationVersion: | (NSString *) | applicationVersion | |
Initialize with the provided application identifier and version.
applicationIdentifier | Application identifier. This is usually the CFBundleIdentifier value. |
applicationVersion | Application version. This is usually the CFBundleVersion value. |
|
readnonatomicassign |
The application identifier.
This is usually the application's CFBundleIdentifier value.
|
readnonatomicassign |
The application version.
This is usually the application's CFBundleVersion value.