iOS
iOS Setup
Install and configure Hardal for your iOS applications
Installation
Following is a simple way to send data to Hardal.
Example Usage
The Hardal client allows you to send any custom data structure as part of your event payload. Here is an example
Troubleshooting
Validation
To validate your iOS integration:
- Use the debug console in Xcode
- Monitor network requests in the debug navigator
- Check for successful HTTP responses (200 status code)
- Verify events appear in your Hardal dashboard
Enable verbose logging in debug builds to get detailed information about event tracking and network requests.