This repository was archived by the owner on May 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Crashes 1f4823
Benjamin Diolez edited this page May 5, 2026
·
1 revision
AT Internet�s SDK enables the recovery of application crash information.
When a hit is sent following the re-opening of the application, this information will be added to the stc variable.
By default, this feature is disabled. For technical reasons, once enabled, it is not possible to disable crash detection.
Please note, if you wish to use another crash detection solution, please remember to disable this feature.
To ensure that all crashes and/or exceptions are successfully detected, it is recommended to enable detection in the application delegate as follows:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
Tracker.handleCrash = true
return true
}- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
Tracker.handleCrash = YES;
return YES;
}The SDK also has a method to directly retrieve crash information:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
Tracker.handleCrash = true
let tracker: Tracker = ATInternet.sharedInstance.defaultTracker
let crashInformation = tracker.getCrashInformation()
print("CrashInformation \(String(describing: crashInformation))")
return true
}- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
Tracker.handleCrash = YES;
Tracker* tracker = [ATInternet sharedInstance].defaultTracker;
NSDictionary* crashInformation = [tracker getCrashInformation];
NSLog(@"CrashInformation %@", crashInformation);
return YES;
}-
Data API
- Data flow
- Advice optimizations data flow
- Error codes data flow
- Faq data flow
- General information data flow
- Technical information data flow
- Reporting API v3
- Getting started
- Methods
- Parameters
- Technical information
- REST API
- Campaigns
- Custom variables
- Getting started rest
- Methods rest
- Response structure parameters rest
- Fixed periods
- Parameters compatibility
- Relative periods
- Structure of the response
- “code” parameter
- “columns” parameter
- “evo” parameter
- “filter” parameter
- “include” parameter
- “lng” parameter
- “max-results” parameter
- “page-num” parameter
- “period” parameter
- “period” parameter: “H” v. “He” & “MN” v. “MNe”
- “retention” parameter
- “segmentdesc” parameter
- “segment” parameter
- “sep” parameter
- “sort” parameter
- “space” parameter
- Technical specifications rest
- Data flow
-
Data collection
- Android
- Advanced features
- Campaigns
- Changelog
- Content
- Ecommerce
- Getting started
- Users
- Apple
- Advanced features
- Campaigns
- Changelog
- Content
- Ecommerce
- Getting started
- Users
- General
- Cddc renew staging process
- Changelog
- Craft your hit
- Encoded parameters
- Server side cookie management
- Supported taggings
- Tagging deletion
- Utilisation of dispatch sdks
- JavaScript
- Advanced features
- Campaigns
- Changelog
- Content
- Ecommerce
- Getting started
- Partners javascript
- Users
- Piano Analytics
- Event tagging piano analytics
- Getting started piano analytics
- Piano analytics tagging
- Feeding piano analytics with as2 tagging
- Tagging custom properties sdk
- Android