iOS implementation checklist
Use this checklist to ensure a stable implementation
Steps | Description | Guide |
---|---|---|
1 | Required:Create separate instances for your test/internal data and your production data | https://uxcam-documentation.readme.io/docs/locate-your-api-key |
2 | Required: Install the SDK | https://uxcam-documentation.readme.io/docs/ios |
3 | Required: Hide end-user personal data | https://uxcam-documentation.readme.io/docs/screen-blurring |
4 | Recommended: Control what you record and what you’d like to exclude This step is Required for recording POS sessions | https://uxcam-documentation.readme.io/docs/control-recording |
5 | Recommended: Utilize opt in or out APIs to clean your production data | https://uxcam-documentation.readme.io/docs/opt-in-opt-out |
6 | Recommended: Send custom events to UXCam | https://uxcam-documentation.readme.io/docs/send-events |
7 | Recommended: Send custom user properties to UXCam | https://uxcam-documentation.readme.io/docs/send-user-properties |
8 | Recommended:Disable Crash Handling if you use another crash analytics tool | https://uxcam-documentation.readme.io/docs/control-crash-handling |
9 | Recommended: Send Handled Exceptions to UXCam | https://uxcam-documentation.readme.io/docs/report-handled-exceptions |
10 | Recommended: Integrate with 3rd party tools | See list in this area of our tech documents: https://uxcam-documentation.readme.io/docs/other-3rd-party-integrations |
Updated about 2 years ago