-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/Issue URL: https://app.asana.com/0/69071770703008/1208808769852413/f ### Description Add a pixel for AppTP MAU. The pixel fires at most once every 28 days ### Steps to test this PR You may want to change the polici to `REPLACE` in `scheduleDeviceShieldStatusReporting()` to trigger the pixel on every app `onCreate` _Test_ - [x] clean install from this branch and launch the app - [x] enable AppTP - [x] force close the app and re-open - [x] verify the `m_atp_ev_enabled_monthly` is sent - [x] force close the app and re-open - [x] verify the `m_atp_ev_enabled_monthly` is NOT sent - [x] move the device date no more that 28d from now - [x] force close the app and re-open - [x] verify the `m_atp_ev_enabled_monthly` is NOT sent - [x] move the device date no more that 29d from now - [x] force close the app and re-open - [x] verify the `m_atp_ev_enabled_monthly` is sent
- Loading branch information
Showing
3 changed files
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters