AATKit Reporting

Ensure AATKit reporting

AATKit Reporting

AATKit uses the app lifecycle callback applicationDidEnterBackground to start performing reporting to its backend. You’ll see the reported data within Gravite’s Dashboard.

In order to facilitate correct reporting, the value of the property UIApplicationExitsOnSuspend in the info.plist must not be set to YES. Otherwise, the application will terminate immediately when the app goes to the background and - depending on the performance of the current mobile device at hand - will not call applicationDidEnterBackground and AATKit will not be able to perform the reporting in the background.

Last updated